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