Exemple #1
0
        public string getTotalCount(int ScreenId)
        {
            IPayMoneyListDAL pandsSoldDAl = new PayMoneyListDAL();
            var result = pandsSoldDAl.getTotalCount(ScreenId);

            return(result);
        }
Exemple #2
0
        public string GetDateFormat()
        {
            IPayMoneyListDAL pandsSoldDAl = new PayMoneyListDAL();
            var result = pandsSoldDAl.GetDateFormat();

            return(result);
        }
Exemple #3
0
        public string GetLastSelectionData(int ScreenId)
        {
            IPayMoneyListDAL pandsSoldDAl = new PayMoneyListDAL();
            var result = pandsSoldDAl.GetLastSelectionData(ScreenId);

            return(result);
        }
Exemple #4
0
        public List <PayMoneyListEntity> GetAllSalesInvoiceJson(string jsondata)
        {
            IPayMoneyListDAL pandsSoldDAl = new PayMoneyListDAL();
            var Invoicelist = pandsSoldDAl.GetAllSalesInvoiceJson(jsondata);

            return(Invoicelist);
        }
Exemple #5
0
        public List <PayMoneyListEntity> GetAllSalesInvoice()
        {
            IPayMoneyListDAL pandsSoldDAl = new PayMoneyListDAL();
            var Invoicelist = pandsSoldDAl.GetAllSalesInvoice();

            return(Invoicelist);
        }
Exemple #6
0
        public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName)
        {
            IPayMoneyListDAL pandsSoldBL = new PayMoneyListDAL();

            return(pandsSoldBL.SaveSearchJson(jsonSearch, ScreenId, ScreenName));
        }
Exemple #7
0
        public List <PayMoneyListEntity> GetPayMoneyList()
        {
            IPayMoneyListDAL pandsSoldDAl = new PayMoneyListDAL();

            return(pandsSoldDAl.GetAllSalesInvoice());
        }