public void InsertCard()
 {
     currentAtmState.InsertCard();
 }
예제 #2
0
 public void InsertCard()
 {
     atmState.InsertCard();
 }