C# 클래스 Suteki.TardisBank.Web.Mvc.Controllers.PasswordController

상속: Controller
파일 보기 프로젝트 열기: sharparchitecture/Sharp-Architecture

공개 메소드들

메소드 설명
PasswordController ( IUserService userService, IEmailService emailService, IFormsAuthenticationService formsAuthenticationService ) : System

비공개 메소드들

메소드 설명
ChildConfirm ( ) : System.Web.Mvc.ViewResult
Forgot ( ) : System.Web.Mvc.ActionResult
Forgot ( Suteki.TardisBank.Web.Mvc.Controllers.ViewModels.ForgottenPasswordViewModel forgottenPasswordViewModel ) : System.Web.Mvc.ActionResult
GetNewPasswordFor ( User user ) : string
ParentConfirm ( ) : System.Web.Mvc.ViewResult
SendPasswordResetEmail ( User user, string toAddress ) : void

메소드 상세

PasswordController() 공개 메소드

public PasswordController ( IUserService userService, IEmailService emailService, IFormsAuthenticationService formsAuthenticationService ) : System
userService IUserService
emailService IEmailService
formsAuthenticationService IFormsAuthenticationService
리턴 System