コード例 #1
0
ファイル: UserController.cs プロジェクト: Sirix/NProject2
        //
        // GET: /Admin/User/
        public ActionResult Index()
        {
            var us = new UserService();

            return View(us.GetUsers());
        }