WIP
This commit is contained in:
11
lib/customer_service/commands.ex
Normal file
11
lib/customer_service/commands.ex
Normal file
@@ -0,0 +1,11 @@
|
||||
defmodule CustomerService.Commands.CreateCustomer do
|
||||
defstruct [
|
||||
:id,
|
||||
:first_name,
|
||||
:last_name,
|
||||
:birth_date,
|
||||
:gender,
|
||||
:email,
|
||||
:phone
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user