BeiDream.Demo.Web.Areas.Systems.Controllers.UserController.Index C# (CSharp) Method

Index() private method

private Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Index()
        {
            return View(new VmPermission());
        }