Beispiel #1
0
        public string GetDateFormat()
        {
            ITopCustomersDAL purQuotation = new TopCustomersDAL();
            var result = purQuotation.GetDateFormat();

            return(result);
        }
Beispiel #2
0
        public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName)
        {
            ITopCustomersDAL purQuotation = new TopCustomersDAL();
            var result = purQuotation.SaveSearchJson(jsonSearch, ScreenId, ScreenName);

            return(result);
        }
Beispiel #3
0
        public string GetLastSelectionData(int ScreenId)
        {
            ITopCustomersDAL purQuotation = new TopCustomersDAL();
            var result = purQuotation.GetLastSelectionData(ScreenId);

            return(result);
        }
Beispiel #4
0
        public List <TopCustomersEntity> GetPandSList(string JsonData)
        {
            ITopCustomersDAL pandsdal = new TopCustomersDAL();

            return(pandsdal.GetPandSList(JsonData));
        }