Exemple #1
0
 public FEmailNotification(IDEmailNotification iDEmailNotifications)
 {
     _iDEmailNotification = iDEmailNotifications;
 }
Exemple #2
0
 public FEmailNotification()
 {
     _iDEmailNotification = new DEmailNotification();
 }
Exemple #3
0
 public EmailNotificationApiController()
 {
     _iDEmailNotification = new DEmailNotification();
     _iFEmailNotification = new FEmailNotification(_iDEmailNotification);
 }