示例#1
0
 public void creditCurrencyBalance(string identifier, decimal amount)
 {
     currencyManager.CreditBalance(identifier, amount);
 }