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