2022-10-09 06:09:42 +00:00
|
|
|
defmodule EisromUi do
|
2019-07-13 18:16:46 +00:00
|
|
|
@moduledoc """
|
2022-10-09 06:09:42 +00:00
|
|
|
EisromUi keeps the contexts that define your domain
|
2019-07-13 18:16:46 +00:00
|
|
|
and business logic.
|
|
|
|
|
|
|
|
Contexts are also responsible for managing your data, regardless
|
|
|
|
if it comes from the database, an external API or others.
|
|
|
|
"""
|
|
|
|
end
|