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