public string GetDateFormat()
        {
            ITopSuppliersDAL purQuotation = new TopSuppliersDAL();
            var result = purQuotation.GetDateFormat();

            return(result);
        }
        public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName)
        {
            ITopSuppliersDAL purQuotation = new TopSuppliersDAL();
            var result = purQuotation.SaveSearchJson(jsonSearch, ScreenId, ScreenName);

            return(result);
        }
        public string GetLastSelectionData(int ScreenId)
        {
            ITopSuppliersDAL purQuotation = new TopSuppliersDAL();
            var result = purQuotation.GetLastSelectionData(ScreenId);

            return(result);
        }
        public List <TopSuppliersEntity> GetPandSList(string JsonData)
        {
            ITopSuppliersDAL pandsdal = new TopSuppliersDAL();

            return(pandsdal.GetPandSList(JsonData));
        }