Esempio n. 1
0
 protected ChatWorkerModule(ChatServiceModule chatServiceModule, ChatWorkersConfiguration chatWorkersConfiguration)
     : base(chatServiceModule)
 {
     _chatWorkersConfiguration = chatWorkersConfiguration;
 }
Esempio n. 2
0
 protected ChatNotificationModule(ChatServiceModule chatServiceModule, ChatNotificationsConfiguration chatNotificationsConfiguration)
     : base(chatServiceModule)
 {
     _chatNotificationsConfiguration = chatNotificationsConfiguration;
 }