예제 #1
0
 // 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()));
 }
예제 #2
0
 // GET: KHAOSATs
 public ActionResult Index()
 {
     return(View(service.GetAll()));
 }