Exemple #1
0
 protected ChatWorkerModule(ChatServiceModule chatServiceModule, ChatWorkersConfiguration chatWorkersConfiguration)
     : base(chatServiceModule)
 {
     _chatWorkersConfiguration = chatWorkersConfiguration;
 }
 protected ChatNotificationModule(ChatServiceModule chatServiceModule, ChatNotificationsConfiguration chatNotificationsConfiguration)
     : base(chatServiceModule)
 {
     _chatNotificationsConfiguration = chatNotificationsConfiguration;
 }