Пример #1
0
 public bool debitCurrencyBalance(string identifier, decimal amount)
 {
     return(currencyManager.DebitBalance(identifier, amount));
 }