public InvoiceCreditPaymentsEntity GetPrintSalesInvoiceCreditPayement(int CustomerID, string json) { IInvoiceCreditPaymentsDAL pDAL = new InvoiceCreditPaymentsDAL(); return(pDAL.GetPrintSalesInvoiceCreditPayement(CustomerID, json)); }
public string GetLastSelectionData(int ScreenId) { IInvoiceCreditPaymentsDAL pDAL = new InvoiceCreditPaymentsDAL(); return(pDAL.GetLastSelectionData(ScreenId)); }
public List <InvCreditPaymentsDetailsEntity> GetUnPaidInvoices(int supplierID, string json) { IInvoiceCreditPaymentsDAL pDAL = new InvoiceCreditPaymentsDAL(); return(pDAL.GetUnPaidInvoices(supplierID, json)); }
public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName) { IInvoiceCreditPaymentsDAL pDAL = new InvoiceCreditPaymentsDAL(); return(pDAL.SaveSearchJson(jsonSearch, ScreenId, ScreenName)); }
public List <InvoiceCreditPaymentsEntity> GetCustomersList(string json) { IInvoiceCreditPaymentsDAL pDAL = new InvoiceCreditPaymentsDAL(); return(pDAL.GetCustomersList(json)); }