AuthorityManagement.Web.Controllers.RoleManagerController.List C# (CSharp) Method

List() private method

private List ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult List()
        {
            return this.View();
        }