コード例 #1
0
 internal static string DeleteCashDeposit(int receiptId, string deleteReason)
 {
     return(CashInOutReceiptHelper.DeleteCashDeposit(receiptId, deleteReason) ? "true" : "false");
 }
コード例 #2
0
ファイル: AgentNoteHelper.cs プロジェクト: amorsi/EasyFreight
 internal static string DeleteAgentOutReceipt(int receiptId, int agnid, string deleteReason)
 {
     return(CashInOutReceiptHelper.CashOutReceipt_Delete(receiptId, 0, agnid, deleteReason) ? "true" : "false");
 }
コード例 #3
0
 internal static string DeleteCashOutReceipt(int receiptId, int invID, string deleteReason)
 {
     return(CashInOutReceiptHelper.CashOutReceipt_Delete(receiptId, invID, 0, deleteReason) ? "true" : "false");
 }