public OverdraftState(AccountState state)
 {
     this.Acc = state.Acc;
 }
Esempio n. 2
0
 public RestrictedState(AccountState state)
 {
     this.Acc = state.Acc;
 }
Esempio n. 3
0
 public void SetState(AccountState state)
 {
     this.state = state;
 }