Exemple #1
0
        public InvoiceDebitPaymentsEntity GetPrintPurchaseInvoiceDebitPayment(int supplierID, string jsondata)
        {
            IInvoiceDebitPaymentsBL piBL = new InvoiceDebitPaymentsBL();

            return(piBL.GetPrintPurchaseInvoiceDebitPayment(supplierID, jsondata));
        }
Exemple #2
0
        public string GetLastSelectionData(int ScreenId)
        {
            IInvoiceDebitPaymentsBL pBL = new InvoiceDebitPaymentsBL();

            return(pBL.GetLastSelectionData(ScreenId));
        }
Exemple #3
0
        public List <InvDebitPaymentsDetailsEntity> GetUnPaidInvoices(int supplierID, string json)
        {
            IInvoiceDebitPaymentsBL pBL = new InvoiceDebitPaymentsBL();

            return(pBL.GetUnPaidInvoices(supplierID, json));
        }
Exemple #4
0
        public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName)
        {
            IInvoiceDebitPaymentsBL pBL = new InvoiceDebitPaymentsBL();

            return(pBL.SaveSearchJson(jsonSearch, ScreenId, ScreenName));
        }
Exemple #5
0
        public List <InvoiceDebitPaymentsEntity> GetSuppliersList(string json)
        {
            IInvoiceDebitPaymentsBL pBL = new InvoiceDebitPaymentsBL();

            return(pBL.GetSuppliersList(json));
        }