Method | Description | |
---|---|---|
UsersController ( IUserRepository userRepository, IRoleRepository roleRepository ) : System |
Method | Description | |
---|---|---|
AddRole ( string id ) : System.Web.Mvc.ActionResult | ||
AddRole ( string id, string roleName ) : System.Web.Mvc.ActionResult | ||
Delete ( string id ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( string id ) : System.Web.Mvc.ActionResult | ||
Details ( string id ) : System.Web.Mvc.ViewResult | ||
Index ( ) : System.Web.Mvc.ViewResult |
public UsersController ( IUserRepository userRepository, IRoleRepository roleRepository ) : System | ||
userRepository | IUserRepository | |
roleRepository | IRoleRepository | |
return | System |