C# Class Models.Emailer

Summary description for Emailer
Afficher le fichier Open project: IowaCodeCamp/IowaCodeCamp

Méthodes publiques

Méthode Description
SendConfirmationEmail ( CurrentAttendee attendee ) : bool
SendValidationEmail ( User u ) : bool

Private Methods

Méthode Description
GetRegistrationConfirmationMessageTemplate ( ) : string
GetVerificationMessageTemplate ( ) : string

Method Details

SendConfirmationEmail() public static méthode

public static SendConfirmationEmail ( CurrentAttendee attendee ) : bool
attendee CurrentAttendee
Résultat bool

SendValidationEmail() public static méthode

public static SendValidationEmail ( User u ) : bool
u User
Résultat bool