Ejemplo n.º 1
0
 /// <summary>
 /// User action to cancel a transaction and get the refund
 /// </summary>
 public void EjectCoin()
 {
     _vendingMachine.EjectCoin();
 }