C# Class Suteki.TardisBank.Web.Mvc.Controllers.PasswordController

Inheritance: Controller
Afficher le fichier Open project: sharparchitecture/Sharp-Architecture

Méthodes publiques

Méthode Description
PasswordController ( IUserService userService, IEmailService emailService, IFormsAuthenticationService formsAuthenticationService ) : System

Private Methods

Méthode Description
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

Method Details

PasswordController() public méthode

public PasswordController ( IUserService userService, IEmailService emailService, IFormsAuthenticationService formsAuthenticationService ) : System
userService IUserService
emailService IEmailService
formsAuthenticationService IFormsAuthenticationService
Résultat System