Example #1
0
        public InvoiceCreditPaymentsEntity GetPrintSalesInvoiceCreditPayement(int CustomerID, string json)
        {
            IInvoiceCreditPaymentsDAL pDAL = new InvoiceCreditPaymentsDAL();

            return(pDAL.GetPrintSalesInvoiceCreditPayement(CustomerID, json));
        }
Example #2
0
        public string GetLastSelectionData(int ScreenId)
        {
            IInvoiceCreditPaymentsDAL pDAL = new InvoiceCreditPaymentsDAL();

            return(pDAL.GetLastSelectionData(ScreenId));
        }
Example #3
0
        public List <InvCreditPaymentsDetailsEntity> GetUnPaidInvoices(int supplierID, string json)
        {
            IInvoiceCreditPaymentsDAL pDAL = new InvoiceCreditPaymentsDAL();

            return(pDAL.GetUnPaidInvoices(supplierID, json));
        }
Example #4
0
        public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName)
        {
            IInvoiceCreditPaymentsDAL pDAL = new InvoiceCreditPaymentsDAL();

            return(pDAL.SaveSearchJson(jsonSearch, ScreenId, ScreenName));
        }
Example #5
0
        public List <InvoiceCreditPaymentsEntity> GetCustomersList(string json)
        {
            IInvoiceCreditPaymentsDAL pDAL = new InvoiceCreditPaymentsDAL();

            return(pDAL.GetCustomersList(json));
        }