Exemplo n.º 1
0
 public Task SendNotificationAsync(NotificationData notification)
 {
     return(this.sendMailFunc(notification));
 }
Exemplo n.º 2
0
 public Task SendNotificationAsync(NotificationData notification)
 {
     return(this.smtpClient.SendMailAsync(new MailMessage("*****@*****.**", notification.RecipientEmailAddress, notification.Subject, notification.Body)));
 }