C# Class TextUml.Controllers.PasswordsController

Inheritance: ApiController
Mostra file Open project: kazimanzurrashid/textuml-dotnet

Public Methods

Method Description
Forgot ( ForgotPassword model ) : Task
PasswordsController ( IMembershipService membershipService, IMailer mailer ) : System

Private Methods

Method Description
Change ( ChangePassword model ) : Task

Method Details

Forgot() public method

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

PasswordsController() public method

public PasswordsController ( IMembershipService membershipService, IMailer mailer ) : System
membershipService IMembershipService
mailer IMailer
return System