Files
customer-service/lib/customer_service.ex
Haim Kortovich 072dbf6e66 WIP
2026-03-05 11:35:01 -05:00

10 lines
267 B
Elixir

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