Method | Description | |
---|---|---|
GetMailTemplates ( ) : IEnumerable |
||
GetTemplate ( System.Guid id ) : |
||
SendMail ( string to, string subject, string body ) : void | ||
SendMailService ( IMailSettings settings, IRepository |
public GetTemplate ( System.Guid id ) : |
||
id | System.Guid | |
return |
public SendMail ( string to, string subject, string body ) : void | ||
to | string | |
subject | string | |
body | string | |
return | void |
public SendMailService ( IMailSettings settings, IRepository |
||
settings | IMailSettings | |
repository | IRepository |
|
return | System |