Ejemplo n.º 1
0
 public virtual bool CashOut(int amount, CurrencyType currency)
 {
     return(_nextHandler != null && _nextHandler.CashOut(amount, currency));
 }
Ejemplo n.º 2
0
 public bool CashOut(int amount, CurrencyType currency)
 {
     return(_handler.CashOut(amount, currency));
 }