コード例 #1
0
 public int RechargePrinterQuota(int cardId, double amount)
 {
     return(CardManager.AddMoney(cardId, amount));
 }