C# Class BookMgnt.Controllers.AccountController

Inheritance: BaseController
Show file Open project: hiepbh/Assignment

Public Methods

Method Description
ChangePassword ( int id ) : System.Web.Mvc.ActionResult
Login ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
ChangePassword ( ManageUserViewModel model ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl = "" ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model ) : System.Web.Mvc.ActionResult

Method Details

ChangePassword() public method

public ChangePassword ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Login() public method

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