示例#1
0
        public void Notify(INotification notification)
        {
            var mail = notification.CreateMailMessage();

            _emailService.SendEmail(mail);
        }
 public void Notify(INotification notification)
 {
     var mail = notification.CreateMailMessage();
     _emailService.SendEmail(mail);
 }