コード例 #1
0
        // GET: TinTuc
        public ActionResult Index()
        {
            TintucDAO tt      = new TintucDAO();
            var       newPaer = tt.ListOf();

            ViewBag.TinTuc = newPaer;
            return(View(newPaer));
        }
コード例 #2
0
        public ActionResult Index()
        {
            var result = dao.ListOf();

            return(View(result));
        }