Esempio n. 1
0
 public SmtpSender(MailConfiguration mailConfiguration)
 {
     _mailConfiguration = mailConfiguration;
 }
 public NotificationService(IContentRepository contentRepository, ISmtpSender sender, MailConfiguration mailConfiguration)
 {
     _contentRepository = contentRepository;
     _sender = sender;
     _mailConfiguration = mailConfiguration;
 }
Esempio n. 3
0
 public NotificationService(IContentRepository contentRepository, ISmtpSender sender, MailConfiguration mailConfiguration)
 {
     _contentRepository = contentRepository;
     _sender            = sender;
     _mailConfiguration = mailConfiguration;
 }
Esempio n. 4
0
 public SmtpSender(MailConfiguration mailConfiguration)
 {
     _mailConfiguration = mailConfiguration;
 }