Exemplo n.º 1
0
 public DataTable GetCateNewsGroupViewAll()
 {
     CateNewsGroupDAO cateNewsGroupDAO = new CateNewsGroupDAO();
     return cateNewsGroupDAO.GetCateNewsGroupViewAll();
 }
Exemplo n.º 2
0
 //
 public CateNewsGroup GetCateNewsGroupById(int Id)
 {
     CateNewsGroupDAO cateNewsGroupDAO = new CateNewsGroupDAO();
     return cateNewsGroupDAO.GetCateNewsGroupById(Id);
 }
Exemplo n.º 3
0
 //dungdq get menu cấp 3
 public DataTable CateNewsGetByMenuCap3(int cateID)
 {
     CateNewsGroupDAO cateNewsGroupDAO = new CateNewsGroupDAO();
     return cateNewsGroupDAO.CateNewsGetByMenuCap3(cateID);
 }
Exemplo n.º 4
0
 public DataTable CateNewsGetByGroup(int groupcate)
 {
     CateNewsGroupDAO cateNewsGroupDAO = new CateNewsGroupDAO();
     return cateNewsGroupDAO.CateNewsGetByGroup(groupcate);
 }
Exemplo n.º 5
0
 public CateNewsGroup GetCateNewsGroupByGroupCate(int groupcate)
 {
     CateNewsGroupDAO cateNewsGroupDAO = new CateNewsGroupDAO();
     return cateNewsGroupDAO.GetCateNewsGroupByGroupCate(groupcate);
 }
Exemplo n.º 6
0
 public DataTable GetCateLanguage(string lang)
 {
     CateNewsGroupDAO CateDAO = new CateNewsGroupDAO();
     return CateDAO.GetCateAll(lang);
 }