Ejemplo n.º 1
0
 //
 // GET: /Admin/AdminUser/
 public ActionResult Index()
 {
     return(View(UserBus.DanhSach()));
 }