コード例 #1
0
ファイル: ChatWorkerModule.cs プロジェクト: K1vs/DotChat
 protected ChatWorkerModule(ChatServiceModule chatServiceModule, ChatWorkersConfiguration chatWorkersConfiguration)
     : base(chatServiceModule)
 {
     _chatWorkersConfiguration = chatWorkersConfiguration;
 }
コード例 #2
0
 protected ChatNotificationModule(ChatServiceModule chatServiceModule, ChatNotificationsConfiguration chatNotificationsConfiguration)
     : base(chatServiceModule)
 {
     _chatNotificationsConfiguration = chatNotificationsConfiguration;
 }