Ejemplo n.º 1
0
 public InterfaceNotificationJob(
     ISchedulerCustomerCollection schedulerCustomers,
     IExternalInterfaceNotificationService externalNotificationService,
     IInterfaceNotificationProvider notificationProvider)
 {
     _schedulerCustomers          = schedulerCustomers;
     _externalNotificationService = externalNotificationService;
     _notificationProvider        = notificationProvider;
 }
Ejemplo n.º 2
0
 public InterfaceNotificationProcessor(
     ILog logger,
     PrtgErrorsHandler prtgLogger,
     ISchedulerCustomerCollection schedulerCustomers,
     IExternalInterfaceNotificationService externalNotificationService,
     IInterfaceNotificationProvider notificationProvider)
 {
     _logger                      = logger;
     _prtgLogger                  = prtgLogger;
     _schedulerCustomers          = schedulerCustomers;
     _externalNotificationService = externalNotificationService;
     _notificationProvider        = notificationProvider;
 }