|
TRONIX Code Documentation
|


Public Member Functions | |
| bool | Send (SendEmailDto sendEmailDto, bool isHtml, bool isLive) |
| Calls the Async method wrapped in a Task.Run. | |
| async Task< bool > | SendAsync (SendEmailDto sendEmailDto, bool isHtml, bool isLive) |
| bool | Send (SendEmailDto sendEmailDto, bool isHtml, bool isLive) |
| Task< bool > | SendAsync (SendEmailDto sendEmailDto, bool isHtml, bool isLive) |
| bool Tronix.Business.Services.EmailService.Send | ( | SendEmailDto | sendEmailDto, |
| bool | isHtml, | ||
| bool | isLive | ||
| ) |
Calls the Async method wrapped in a Task.Run.
| sendEmailDto |
Implements Tronix.Business.Services.Interfaces.ITronixMailerService.
| async Task< bool > Tronix.Business.Services.EmailService.SendAsync | ( | SendEmailDto | sendEmailDto, |
| bool | isHtml, | ||
| bool | isLive | ||
| ) |