예제 #1
0
        public DataTable GetNewsGroupView(string lang, int group)
        {
            NewsGroupDAO newsGroupDAO = new NewsGroupDAO();

            return(newsGroupDAO.GetNewsGroupView(lang, group));
        }