public OverdraftState(AccountState state)
 {
     this.Acc = state.Acc;
 }
 public RestrictedState(AccountState state)
 {
     this.Acc = state.Acc;
 }
Exemple #3
0
 public void SetState(AccountState state)
 {
     this.state = state;
 }