C# 클래스 Frapid.Account.Emails.SignUpEmail

파일 보기 프로젝트 열기: frapid/frapid 1 사용 예제들

공개 메소드들

메소드 설명
SendAsync ( string tenant ) : System.Threading.Tasks.Task
SignUpEmail ( System.Web.HttpContextBase context, Registration registration, string registrationId ) : System

비공개 메소드들

메소드 설명
GetEmail ( IEmailProcessor processor, Registration model, string subject, string message ) : EmailQueue
GetTemplate ( string tenant ) : string
ParseTemplate ( System.Web.HttpContextBase context, string template ) : string

메소드 상세

SendAsync() 공개 메소드

public SendAsync ( string tenant ) : System.Threading.Tasks.Task
tenant string
리턴 System.Threading.Tasks.Task

SignUpEmail() 공개 메소드

public SignUpEmail ( System.Web.HttpContextBase context, Registration registration, string registrationId ) : System
context System.Web.HttpContextBase
registration Frapid.Account.DTO.Registration
registrationId string
리턴 System