示例#1
0
        public InvoiceDebitPaymentsEntity GetPrintPurchaseInvoiceDebitPayment(int supplierID, string jsondata)
        {
            IInvoiceDebitPaymentsDAL piBL = new InvoiceDebitPaymentsDAL();

            return(piBL.GetPrintPurchaseInvoiceDebitPayment(supplierID, jsondata));
        }
示例#2
0
        public string GetLastSelectionData(int ScreenId)
        {
            IInvoiceDebitPaymentsDAL pDAL = new InvoiceDebitPaymentsDAL();

            return(pDAL.GetLastSelectionData(ScreenId));
        }
示例#3
0
        public List <InvDebitPaymentsDetailsEntity> GetUnPaidInvoices(int supplierID, string json)
        {
            IInvoiceDebitPaymentsDAL pDAL = new InvoiceDebitPaymentsDAL();

            return(pDAL.GetUnPaidInvoices(supplierID, json));
        }
示例#4
0
        public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName)
        {
            IInvoiceDebitPaymentsDAL pDAL = new InvoiceDebitPaymentsDAL();

            return(pDAL.SaveSearchJson(jsonSearch, ScreenId, ScreenName));
        }
示例#5
0
        public List <InvoiceDebitPaymentsEntity> GetSuppliersList(string json)
        {
            IInvoiceDebitPaymentsDAL pDAL = new InvoiceDebitPaymentsDAL();

            return(pDAL.GetSuppliersList(json));
        }