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