test send mail
This commit is contained in:
parent
7c1f09bbfc
commit
cb988e2e4d
3 changed files with 24 additions and 3 deletions
|
|
@ -71,6 +71,11 @@ namespace BMA.EHR.Application.Repositories.Commands
|
|||
|
||||
#region " Methods "
|
||||
|
||||
public void SendMail()
|
||||
{
|
||||
_emailSenderService.SendMail("test", "test", "suphonchai@frappet.com");
|
||||
}
|
||||
|
||||
#region " Private "
|
||||
|
||||
#region " List Receiver "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue