Exemplo n.º 1
0
 public NotifierService(StorySentChannels storySentChannels, ActionRejectedChannels actionRejectedChannels,
                        ILogger <NotifierService> logger)
 {
     _storySentChannels      = storySentChannels;
     _actionRejectedChannels = actionRejectedChannels;
     _logger = logger;
 }
Exemplo n.º 2
0
 public StorySentHandler(StorySentChannels channels)
 {
     _channels = channels;
 }