示例#1
0
 protected void payInvoiceByCC(Invoice inv, decimal amount, int cardID, projectEnums.ccCardType cardType)
 {
     inv.Transfer_Ext_Credit(amount, cardID, cardType);
 }