예제 #1
0
        public DataTable NewsGroupSearch(string _findter)
        {
            NewsGroupDAO newsGroupDAO = new NewsGroupDAO();

            return(newsGroupDAO.NewsGroupSearch(_findter));
        }
예제 #2
0
        public DataTable NewsGroupSearch(string keyword, int cId, string lang)
        {
            NewsGroupDAO newsGroupDAO = new NewsGroupDAO();

            return(newsGroupDAO.NewsGroupSearch(keyword, cId, lang));
        }