Méthode | Description | |
---|---|---|
Index ( ) : System.Web.Mvc.ActionResult |
The index.
|
|
UserManagerController ( IUserService userService ) : System |
Initializes a new instance of the UserManagerController class.
|
Méthode | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
Edit ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
List ( ) : System.Web.Mvc.ActionResult | ||
SaveUser ( AuthorityManagement.Presentations.UserServices.Dtos.EditUserInputDto userInput ) : System.Web.Mvc.ActionResult | ||
SearchList ( int pageIndex = 1, int pageSize = 10 ) : System.Web.Mvc.JsonResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public UserManagerController ( IUserService userService ) : System | ||
userService | IUserService | /// The user service. /// |
Résultat | System |