Пример #1
0
 public PropertyDataProvider(INotificationsDataProvider notificationsDataProvider, IHostingEnvironment hostingEnvironment, LLDbContext context) : base(hostingEnvironment, context)
 {
     _notificationsDataProvider = notificationsDataProvider;
 }
Пример #2
0
 public NotificationsMessageHandler(INotificationsDataProvider notificationsDataProvider, IAuthorizationService authService, WebSocketConnectionManager webSocketConnectionManager)
     : base(webSocketConnectionManager)
 {
     _notificationsDataProvider = notificationsDataProvider;
     _authService = authService;
 }