Метод | Описание | |
---|---|---|
UsersController ( IUserRepository userRepository, IRoleRepository roleRepository ) : System |
Метод | Описание | |
---|---|---|
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 | |
Результат | System |