public OverdraftState(Acount acount)
 {
     this.Acc = acount;
 }
 public NormalState(Acount acount)
 {
     this.Acc = acount;
 }
Beispiel #3
0
 public RestrictedState(Acount acount)
 {
     this.Acc = acount;
 }