TRONIX Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Tronix.Business.Services.EmailService Class Reference
Inheritance diagram for Tronix.Business.Services.EmailService:
Inheritance graph
[legend]
Collaboration diagram for Tronix.Business.Services.EmailService:
Collaboration graph
[legend]

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)
 

Member Function Documentation

◆ Send()

bool Tronix.Business.Services.EmailService.Send ( SendEmailDto  sendEmailDto,
bool  isHtml,
bool  isLive 
)

Calls the Async method wrapped in a Task.Run.

Parameters
sendEmailDto
Returns

Implements Tronix.Business.Services.Interfaces.ITronixMailerService.

◆ SendAsync()

async Task< bool > Tronix.Business.Services.EmailService.SendAsync ( SendEmailDto  sendEmailDto,
bool  isHtml,
bool  isLive 
)

The documentation for this class was generated from the following file: