Beispiel #1
0
 public static Account Create(AccountState state)
 {
     return(new Account(state));
 }
Beispiel #2
0
 private Account(AccountState state)
 {
     _state = state;
 }