C# 클래스 TextUml.Infrastructure.Mailer

상속: IMailer
파일 보기 프로젝트 열기: kazimanzurrashid/textuml-dotnet

공개 메소드들

메소드 설명
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

메소드 상세

ForgotPasswordAsync() 공개 메소드

public ForgotPasswordAsync ( string recipient, string token ) : System.Threading.Tasks.Task
recipient string
token string
리턴 System.Threading.Tasks.Task

Mailer() 공개 메소드

public Mailer ( string sender, IMailUrlResolver urlResolver, IEmailService emailService ) : System.Threading.Tasks
sender string
urlResolver IMailUrlResolver
emailService IEmailService
리턴 System.Threading.Tasks

UserConfirmationAsync() 공개 메소드

public UserConfirmationAsync ( string recipient, string token ) : System.Threading.Tasks.Task
recipient string
token string
리턴 System.Threading.Tasks.Task