C# Class BookManagement.Web.Controllers.AccountController

Inheritance: Controller
Show file Open project: hiepbh/Assignment

Public Methods

Method Description
ChangeInfo ( ) : System.Web.Mvc.ActionResult
ForgotPass ( ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Create ( Account account ) : System.Web.Mvc.ActionResult
Delete ( string id = null ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( string id ) : System.Web.Mvc.ActionResult
Details ( string id = null ) : System.Web.Mvc.ActionResult
Edit ( Account account ) : System.Web.Mvc.ActionResult
Edit ( string id = null ) : System.Web.Mvc.ActionResult
ForgotPass ( Account acc ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Login ( ) : System.Web.Mvc.ActionResult
Login ( Account account ) : System.Web.Mvc.ActionResult
Logout ( ) : System.Web.Mvc.ActionResult

Method Details

ChangeInfo() public method

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

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ForgotPass() public method

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