Exemplo n.º 1
0
 public static Account Create(AccountState state)
 {
     return(new Account(state));
 }
Exemplo n.º 2
0
 private Account(AccountState state)
 {
     _state = state;
 }