Exemple #1
0
 public ExecuteActionCommandHandler(
     IServiceScopeFactory serviceScopeFactory,
     IMessageBus messageBus,
     IAsyncSagaErrorHandler errorHandler,
     ILogger logger)
 {
     this.serviceScopeFactory = serviceScopeFactory;
     this.messageBus          = messageBus;
     this.asyncErrorHandler   = errorHandler;
     this.logger = logger;
 }