public void RequestCash(int cashToWithdraw)
 {
     currentAtmState.RequestCash(cashToWithdraw);
 }
예제 #2
0
 public void RequestCash(int cashToWithDraw)
 {
     atmState.RequestCash(cashToWithDraw);
 }