This commit is contained in:
Haim Kortovich
2026-03-05 11:35:01 -05:00
commit 072dbf6e66
43 changed files with 1400 additions and 0 deletions

9
lib/customer_service.ex Normal file
View File

@@ -0,0 +1,9 @@
defmodule CustomerService do
@moduledoc """
CustomerService keeps the contexts that define your domain
and business logic.
Contexts are also responsible for managing your data, regardless
if it comes from the database, an external API or others.
"""
end