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

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

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