예제 #1
0
        public DataTable GetNewsGroupViewHome(string lang, string strCate, int n, int group)
        {
            if (strCate != "")
            {
                strCate = strCate.Remove(strCate.LastIndexOf(",")).Replace(",", "','");
            }
            NewsGroupDAO newsGroupDAO = new NewsGroupDAO();

            return(newsGroupDAO.GetNewsGroupViewHome(lang, strCate, n, group));
        }
예제 #2
0
        public DataTable GetNewsGroupViewHome(string lang, int n, string approval, int group)
        {
            NewsGroupDAO newsGroupDAO = new NewsGroupDAO();

            return(newsGroupDAO.GetNewsGroupViewHome(lang, n, approval, group));
        }
예제 #3
0
        public DataTable GetNewsGroupViewHome(string lang, int n, int cID, int group)
        {
            NewsGroupDAO newsGroupDAO = new NewsGroupDAO();

            return(newsGroupDAO.GetNewsGroupViewHome(lang, n, cID, group));
        }
예제 #4
0
        public DataTable GetNewsGroupViewHome(string lang)
        {
            NewsGroupDAO newsGroupDAO = new NewsGroupDAO();

            return(newsGroupDAO.GetNewsGroupViewHome(lang));
        }