Ejemplo n.º 1
0
 public OverdraftState(Acount acount)
 {
     this.Acc = acount;
 }
Ejemplo n.º 2
0
 public NormalState(Acount acount)
 {
     this.Acc = acount;
 }
Ejemplo n.º 3
0
 public RestrictedState(Acount acount)
 {
     this.Acc = acount;
 }