コード例 #1
0
ファイル: BALInvoice.cs プロジェクト: waheed258/rapti_dev
        //  Insert Credit Note


        public int CreditNote_Insert(int Invid, int TicketId, string Type, decimal RefundAmt)
        {
            return(_objDALInvoice.CreditNote_Insert(Invid, TicketId, Type, RefundAmt));
        }