public FEmailNotification(IDEmailNotification iDEmailNotifications) { _iDEmailNotification = iDEmailNotifications; }
public FEmailNotification() { _iDEmailNotification = new DEmailNotification(); }
public EmailNotificationApiController() { _iDEmailNotification = new DEmailNotification(); _iFEmailNotification = new FEmailNotification(_iDEmailNotification); }