예제 #1
0
 public ChatParticipantNotifier(ChatNotificationsConfiguration chatNotificationsConfiguration, INotificationSender notificationSender, INotificationRouteService notificationRouteService, IChatParticipantsNotificationBuilder <List <ParticipationResult>, ParticipationResult, ChatParticipant> chatParticipantsNotificationBuilder) : base(chatNotificationsConfiguration, notificationSender, notificationRouteService, chatParticipantsNotificationBuilder)
 {
 }
예제 #2
0
 public ChatParticipantNotifier(TChatNotificationsConfiguration chatNotificationsConfiguration, INotificationSender notificationSender, INotificationRouteService notificationRouteService, IChatParticipantsNotificationBuilder <TParticipationResultCollection, TParticipationResult, TChatParticipant> chatParticipantsNotificationBuilder) : base(chatNotificationsConfiguration, notificationSender, notificationRouteService)
 {
     ChatParticipantsNotificationBuilder = chatParticipantsNotificationBuilder;
 }