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