C# Class TextUml.Infrastructure.Mailer

Inheritance: IMailer
Afficher le fichier Open project: kazimanzurrashid/textuml-dotnet

Méthodes publiques

Méthode Description
ForgotPasswordAsync ( string recipient, string token ) : System.Threading.Tasks.Task
Mailer ( string sender, IMailUrlResolver urlResolver, IEmailService emailService ) : System.Threading.Tasks
UserConfirmationAsync ( string recipient, string token ) : System.Threading.Tasks.Task

Method Details

ForgotPasswordAsync() public méthode

public ForgotPasswordAsync ( string recipient, string token ) : System.Threading.Tasks.Task
recipient string
token string
Résultat System.Threading.Tasks.Task

Mailer() public méthode

public Mailer ( string sender, IMailUrlResolver urlResolver, IEmailService emailService ) : System.Threading.Tasks
sender string
urlResolver IMailUrlResolver
emailService IEmailService
Résultat System.Threading.Tasks

UserConfirmationAsync() public méthode

public UserConfirmationAsync ( string recipient, string token ) : System.Threading.Tasks.Task
recipient string
token string
Résultat System.Threading.Tasks.Task