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