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