C# 클래스 Raisins.Client.Web.Controllers.AccountsController

상속: Controller
파일 보기 프로젝트 열기: netxph/raisins

공개 메소드들

메소드 설명
AccountsController ( IUnitOfWork unitOfWork ) : System.Web.Mvc
ChangePassword ( ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
ChangePassword ( ChangePasswordModel changePassword ) : System.Web.Mvc.ActionResult
Login ( LoginModel model ) : System.Web.Mvc.ActionResult
Logoff ( ) : System.Web.Mvc.ActionResult
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult

메소드 상세

AccountsController() 공개 메소드

public AccountsController ( IUnitOfWork unitOfWork ) : System.Web.Mvc
unitOfWork IUnitOfWork
리턴 System.Web.Mvc

ChangePassword() 공개 메소드

public ChangePassword ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Login() 공개 메소드

public Login ( string returnUrl ) : System.Web.Mvc.ActionResult
returnUrl string
리턴 System.Web.Mvc.ActionResult