public DataTable GetNewsGroupAll(string lang, int group, string strCate) { if (strCate != "") { strCate = strCate.Remove(strCate.LastIndexOf(",")).Replace(",", "','"); } NewsGroupDAO newsGroupDAO = new NewsGroupDAO(); return(newsGroupDAO.GetNewsGroupAll(lang, group, strCate)); }
public DataTable GetNewsGroupAll(string lang, int group) { NewsGroupDAO newsGroupDAO = new NewsGroupDAO(); return(newsGroupDAO.GetNewsGroupAll(lang, group)); }