Ejemplo n.º 1
0
 public GearNotificationsService(GearNotificationsContext notificationsContext,
                                 IOptions <NotificationServiceSettings> settings, IGearHub hub)
 {
     _notificationsContext = notificationsContext;
     _settings             = settings;
     _hub = hub;
 }
Ejemplo n.º 2
0
 public RensonNotificationService(GearNotificationsContext notificationsContext,
                                  IOptions <RensonNotificationServiceSettings> settings)
 {
     _notificationsContext = notificationsContext;
     _settings             = settings;
 }
Ejemplo n.º 3
0
 public HtmlEventMarkupService(GearNotificationsContext notificationsContext)
 {
     _notificationsContext = notificationsContext;
 }
Ejemplo n.º 4
0
 public SendGridNotificationService(GearNotificationsContext notificationsContext,
                                    IOptions <SendGridNotificationServiceSettings> settings)
 {
     _notificationsContext = notificationsContext;
     _settings             = settings;
 }
Ejemplo n.º 5
0
 public EventService(GearNotificationsContext notificationsContext)
 {
     _notificationsContext = notificationsContext;
 }
Ejemplo n.º 6
0
 public NotificationProfileService(GearNotificationsContext notificationsContext)
 {
     _notificationsContext = notificationsContext;
 }