C# Class QuizProjectMvc.Web.Controllers.ProfileController

Inheritance: BaseController
Datei anzeigen Open project: kidroca/project-quiz-mvc

Public Methods

Method Description
My ( ) : System.Web.Mvc.ActionResult
ProfileController ( IUsersService users ) : System.Collections.Generic
UserProfile ( string id ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Edit ( BasicAccountInfoViewModel model ) : System.Web.Mvc.ActionResult

Method Details

My() public method

public My ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ProfileController() public method

public ProfileController ( IUsersService users ) : System.Collections.Generic
users IUsersService
return System.Collections.Generic

UserProfile() public method

public UserProfile ( string id ) : System.Web.Mvc.ActionResult
id string
return System.Web.Mvc.ActionResult