C# Class AuthorityManagement.Web.Controllers.UserManagerController

Inheritance: Controller
Show file Open project: ZhaoRd/Zrd_0001_AuthorityManagement

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult

The index.

UserManagerController ( IUserService userService ) : System

Initializes a new instance of the UserManagerController class.

Private Methods

Method 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

Method Details

Index() public method

The index.
public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

UserManagerController() public method

Initializes a new instance of the UserManagerController class.
public UserManagerController ( IUserService userService ) : System
userService IUserService /// The user service. ///
return System