Пример #1
0
 public NotifierService(StorySentChannels storySentChannels, ActionRejectedChannels actionRejectedChannels,
                        ILogger <NotifierService> logger)
 {
     _storySentChannels      = storySentChannels;
     _actionRejectedChannels = actionRejectedChannels;
     _logger = logger;
 }
 public ActionRejectedHandler(ActionRejectedChannels channels)
 {
     _channels = channels;
 }