C# Class EventServer.Infrastructure.MailGateway

Inheritance: IMailGateway
Afficher le fichier Open project: roundtable/EventServer

Méthodes publiques

Méthode Description
GetMailerWith ( string subject, string body ) : IMailer
MailGateway ( string developerEmail ) : System

Method Details

GetMailerWith() public méthode

public GetMailerWith ( string subject, string body ) : IMailer
subject string
body string
Résultat IMailer

MailGateway() public méthode

public MailGateway ( string developerEmail ) : System
developerEmail string
Résultat System