메소드 | 설명 | |
---|---|---|
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult |
The change password success.
|
|
Profile ( ) : System.Web.Mvc.ActionResult |
The profile.
|
|
ProfileController ( IUserProcessor userProcessor, IProjectProcessor projectProcessor ) : System |
Initializes a new instance of the ProfileController class.
|
메소드 | 설명 | |
---|---|---|
ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
ChangePassword ( |
||
GetImageInProfile ( string userName ) : System.Web.Mvc.ActionResult | ||
ProfileChanges ( |
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
public ProfileController ( IUserProcessor userProcessor, IProjectProcessor projectProcessor ) : System | ||
userProcessor | IUserProcessor | /// The user processor. /// |
projectProcessor | IProjectProcessor | /// The project processor. /// |
리턴 | System |