Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
ChangePassword ( |
||
GetImageInProfile ( string userName ) : System.Web.Mvc.ActionResult | ||
ProfileChanges ( |
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Profile ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ProfileController ( IUserProcessor userProcessor, IProjectProcessor projectProcessor ) : System | ||
userProcessor | IUserProcessor | /// The user processor. /// |
projectProcessor | IProjectProcessor | /// The project processor. /// |
return | System |