Example #1
0
        //  Insert Credit Note


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