Пример #1
0
        //
        // GET: /Admin/User/
        public ActionResult Index()
        {
            var us = new UserService();

            return View(us.GetUsers());
        }