コード例 #1
0
        public string GetLastSelectionData(int ScreenId)
        {
            IJournalListDAL list = new JournalListDAL();

            return(list.GetLastSelectionData(ScreenId));
        }
コード例 #2
0
        public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName)
        {
            IJournalListDAL list = new JournalListDAL();

            return(list.SaveSearchJson(jsonSearch, ScreenId, ScreenName));
        }
コード例 #3
0
        public List <JournalListViewEntity> getJournalDetails(string JSonData)
        {
            IJournalListDAL list = new JournalListDAL();

            return(list.getJournalDetails(JSonData));
        }