Exemplo n.º 1
0
        // GET: NghienCuu
        public ActionResult Index()
        {
            SubCategoryDAO subCateDao = new SubCategoryDAO();

            ViewBag.lisSubCate = subCateDao.getSubCate(6);
            UnitCategoryDAO unitCateDao = new UnitCategoryDAO();

            //  ViewBag.lisUnit = unitCateDao.getListUnitCate();
            return(View());
        }
Exemplo n.º 2
0
        public ActionResult tinNghienCuu(int id)
        {
            SubCategoryDAO subCateDao = new SubCategoryDAO();

            ViewBag.lisSubCate = subCateDao.getSubCate(6);
            newsDAO newdao = new newsDAO();

            ViewBag.lisNew = newdao.getListNewsSub(id);
            return(View());
        }
Exemplo n.º 3
0
        public ActionResult TinHopTac(int id)
        {
            SubCategoryDAO subCateDao = new SubCategoryDAO();

            ViewBag.lisSubCate = subCateDao.getSubCate(7);
            newsDAO newdao = new newsDAO();

            ViewBag.lisNew = newdao.getListNewsSub(id);
            return(View());
        }