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