internal static string DeleteAgentOutReceipt(int receiptId, int agnid, string deleteReason) { return(CashInOutReceiptHelper.CashOutReceipt_Delete(receiptId, 0, agnid, deleteReason) ? "true" : "false"); }
internal static string DeleteCashOutReceipt(int receiptId, int invID, string deleteReason) { return(CashInOutReceiptHelper.CashOutReceipt_Delete(receiptId, invID, 0, deleteReason) ? "true" : "false"); }