예제 #1
0
        public InvoiceCreditPaymentsEntity GetPrintSalesInvoiceCreditPayement(int CustomerID, string json)
        {
            IInvoiceCreditPaymentsBL pBL = new InvoiceCreditPaymentsBL();

            return(pBL.GetPrintSalesInvoiceCreditPayement(CustomerID, json));
        }
예제 #2
0
        public string GetLastSelectionData(int ScreenId)
        {
            IInvoiceCreditPaymentsBL pBL = new InvoiceCreditPaymentsBL();

            return(pBL.GetLastSelectionData(ScreenId));
        }
예제 #3
0
        public List <InvCreditPaymentsDetailsEntity> GetUnPaidInvoices(int supplierID, string json)
        {
            IInvoiceCreditPaymentsBL pBL = new InvoiceCreditPaymentsBL();

            return(pBL.GetUnPaidInvoices(supplierID, json));
        }
예제 #4
0
        public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName)
        {
            IInvoiceCreditPaymentsBL pBL = new InvoiceCreditPaymentsBL();

            return(pBL.SaveSearchJson(jsonSearch, ScreenId, ScreenName));
        }
예제 #5
0
        public List <InvoiceCreditPaymentsEntity> GetCustomersList(string json)
        {
            IInvoiceCreditPaymentsBL pBL = new InvoiceCreditPaymentsBL();

            return(pBL.GetCustomersList(json));
        }