Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
UserController ( IUserBusinessLogic userBusinessLogic, IUserContext userContext ) : System.Web.Mvc |
Method | Description | |
---|---|---|
Create ( string userName, string password ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : ActionResult | ||
Index ( ) : ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public UserController ( IUserBusinessLogic userBusinessLogic, IUserContext userContext ) : System.Web.Mvc | ||
userBusinessLogic | IUserBusinessLogic | |
userContext | IUserContext | |
return | System.Web.Mvc |