public string GetDateFormat()
        {
            IPaymentFromCustomersListBL purInvoice = new PaymentFromCustomersListBL();
            var result = purInvoice.GetDateFormat();

            return(result);
        }
        public string GetLastSelectionData()
        {
            IPaymentFromCustomersListBL purInvoice = new PaymentFromCustomersListBL();
            var result = purInvoice.GetLastSelectionData();

            return(result);
        }
        public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName)
        {
            IPaymentFromCustomersListBL purInvoice = new PaymentFromCustomersListBL();
            var result = purInvoice.SaveSearchJson(jsonSearch, ScreenId, ScreenName);

            return(result);
        }
        public List <YearEntity> GetYearRange()
        {
            IPaymentFromCustomersListBL purInvoice = new PaymentFromCustomersListBL();
            List <YearEntity>           yearrange  = purInvoice.GetYearRange();

            return(yearrange);
        }
        public List <PaymentFromCustomersListEntity> GetAllPurInvoice()
        {
            IPaymentFromCustomersListBL           purInvoice  = new PaymentFromCustomersListBL();
            List <PaymentFromCustomersListEntity> Invoicelist = purInvoice.GetAllPurInvoice();

            return(Invoicelist);
        }
        public List <PaymentFromCustomersListEntity> GetAllPurInvoiceJson(string jsondata)
        {
            IPaymentFromCustomersListBL           purInvoice    = new PaymentFromCustomersListBL();
            List <PaymentFromCustomersListEntity> quotationlist = purInvoice.GetAllPurInvoiceJson(jsondata);

            return(quotationlist);
        }
        public OptionsEntity GetOptionSettings()
        {
            IPaymentFromCustomersListBL purInvoice = new PaymentFromCustomersListBL();

            return(purInvoice.GetOptionSettings());
        }
        public TaxModel GetDefaultTaxes()
        {
            IPaymentFromCustomersListBL purInvoice = new PaymentFromCustomersListBL();

            return(purInvoice.GetDefaultTaxes());
        }