Example #1
0
        public DataTable GetNewsGroupPagingApproved(string lang, int group, string strCate, PagingInfo _paging, int isApproved, int status, int isHot, int isHome)
        {
            if (strCate != "")
            {
                strCate = strCate.Remove(strCate.LastIndexOf(",")).Replace(",", "','");
            }
            NewsGroupDAO newsGroupDAO = new NewsGroupDAO();

            return(newsGroupDAO.GetNewsGroupPagingApproved(lang, group, strCate, _paging, isApproved, status, isHot, isHome));
        }
Example #2
0
        public DataTable GetNewsGroupPagingApproved(string lang, int group, int cateID, PagingInfo _paging, int isApproved, int status, int isHot, int isHome)
        {
            NewsGroupDAO newsGroupDAO = new NewsGroupDAO();

            return(newsGroupDAO.GetNewsGroupPagingApproved(lang, group, cateID, _paging, isApproved, status, isHot, isHome));
        }
Example #3
0
        public DataTable GetNewsGroupPagingApproved(string lang, int group, int cateID, PagingInfo _paging)
        {
            NewsGroupDAO newsGroupDAO = new NewsGroupDAO();

            return(newsGroupDAO.GetNewsGroupPagingApproved(lang, group, cateID, _paging));
        }