Beispiel #1
0
        // GET: Admin/TaiKhoan
        public ActionResult Index()
        {
            var students = dao.GetList();

            ViewBag.students = students;
            return(View());
        }