C# Class MyWalletz.Controllers.PasswordsController

Inheritance: ApiController
Datei anzeigen Open project: kazimanzurrashid/my-walletz-angular

Public Methods

Method Description
Forgot ( ForgotPassword model ) : Task
PasswordsController ( string>.Func forgotPassword, Func changePassword, IMailer mailer ) : System

Private Methods

Method Description
Change ( ChangePassword model ) : HttpResponseMessage

Method Details

Forgot() public method

public Forgot ( ForgotPassword model ) : Task
model ForgotPassword
return Task

PasswordsController() public method

public PasswordsController ( string>.Func forgotPassword, Func changePassword, IMailer mailer ) : System
forgotPassword string>.Func
changePassword Func
mailer IMailer
return System