Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- My entities have only setters and getters but no methods - design failure -
- public class Account {
- public AccountId Id { get; set; }
- public Person Customer {get; set; }
- public void Credit(Money amount) { ... }
- public void Debit(Money amount) { ... }
- }
Advertisement
Add Comment
Please, Sign In to add comment