Esempio n. 1
0
 public virtual Task SendAsync()
 {
     Sent = DateTime.UtcNow;
     return(_sendEmailService.SendNotificationAsync(this));
 }