C# Class Frapid.Account.Emails.SignUpEmail

Afficher le fichier Open project: frapid/frapid Class Usage Examples

Méthodes publiques

Méthode Description
SendAsync ( string tenant ) : System.Threading.Tasks.Task
SignUpEmail ( System.Web.HttpContextBase context, Registration registration, string registrationId ) : System

Private Methods

Méthode Description
GetEmail ( IEmailProcessor processor, Registration model, string subject, string message ) : EmailQueue
GetTemplate ( string tenant ) : string
ParseTemplate ( System.Web.HttpContextBase context, string template ) : string

Method Details

SendAsync() public méthode

public SendAsync ( string tenant ) : System.Threading.Tasks.Task
tenant string
Résultat System.Threading.Tasks.Task

SignUpEmail() public méthode

public SignUpEmail ( System.Web.HttpContextBase context, Registration registration, string registrationId ) : System
context System.Web.HttpContextBase
registration Frapid.Account.DTO.Registration
registrationId string
Résultat System