示例#1
0
        public string getTotalCount(int ScreenId)
        {
            IPandSSoldToCustomersDAL pandsSoldDAl = new PandSSoldToCustomersDAL();
            var result = pandsSoldDAl.getTotalCount(ScreenId);

            return(result);
        }
示例#2
0
        public string GetDateFormat()
        {
            IPandSSoldToCustomersDAL pandsSoldDAl = new PandSSoldToCustomersDAL();
            var result = pandsSoldDAl.GetDateFormat();

            return(result);
        }
示例#3
0
        public string GetLastSelectionData(int ScreenId)
        {
            IPandSSoldToCustomersDAL pandsSoldDAl = new PandSSoldToCustomersDAL();
            var result = pandsSoldDAl.GetLastSelectionData(ScreenId);

            return(result);
        }
示例#4
0
        public List <PandSSoldToCustomersEntity> GetAllSalesInvoiceJson(string jsondata, bool?ExcincTax, bool?IsSummary)
        {
            IPandSSoldToCustomersDAL pandsSoldDAl = new PandSSoldToCustomersDAL();
            var Invoicelist = pandsSoldDAl.GetAllSalesInvoiceJson(jsondata, ExcincTax, IsSummary);

            return(Invoicelist);
        }
示例#5
0
        public List <PandSSoldToCustomersEntity> GetAllSalesInvoice()
        {
            IPandSSoldToCustomersDAL pandsSoldDAl = new PandSSoldToCustomersDAL();
            var Invoicelist = pandsSoldDAl.GetAllSalesInvoice();

            return(Invoicelist);
        }
示例#6
0
        public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName)
        {
            IPandSSoldToCustomersDAL pandsSoldBL = new PandSSoldToCustomersDAL();

            return(pandsSoldBL.SaveSearchJson(jsonSearch, ScreenId, ScreenName));
        }
示例#7
0
        public List <PandSSoldToCustomersEntity> GetPandSSoldToCustomersList()
        {
            IPandSSoldToCustomersDAL pandsSoldDAl = new PandSSoldToCustomersDAL();

            return(pandsSoldDAl.GetAllSalesInvoice());
        }