Ejemplo n.º 1
0
        public DataTable GetNewsGroupView(string lang, int group)
        {
            NewsGroupDAO newsGroupDAO = new NewsGroupDAO();

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