Method | Description | |
---|---|---|
AdminController ( IUserSearch |
||
Index ( ) : System.Web.Mvc.ActionResult | ||
ListUsers ( string username, int skip, int take = 10 ) : Task |
||
Manage ( string id ) : Task |
Method | Description | |
---|---|---|
Delete ( string id ) : Task |
||
Roles ( IEnumerable |
public AdminController ( IUserSearch |
||
userSearch | IUserSearch |
|
userStore | IUserStore |
|
roleStore | IUserRoleStore |
|
return | System.Collections.Generic |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ListUsers ( string username, int skip, int take = 10 ) : Task |
||
username | string | |
skip | int | |
take | int | |
return | Task |