A story
- Of people
- Of domain
- Of software
Szymon Kulec
Tickets => Scheduling
_.On(TicketBought e => Send(GetBody(e)))
employee.UserId = null;
user.EmployeeId = null;
employee.Id == user.Id; // same entity in two services
Szymon Kulec