// GET: KHAOSATs public ActionResult Index() { //INhanVienService nhanVienService = new NhanVienService(); //IList<NHANVIEN> nhanVienList = nhanVienService.GetAll(); //ViewBag.nhanVienList = nhanVienList; //IList<dynamic> list = service.GetAll(); //ViewBag.list = list; return(View(service.GetAll())); }
// GET: KHAOSATs public ActionResult Index() { return(View(service.GetAll())); }