public OrderCommandHandler( IAggregationRepository repository, IReadStorageSyncEventBus readStorageSyncEventBus) { this.repository = repository; this.readStorageSyncEventBus = readStorageSyncEventBus; }
public ReplicationManager( IAggregationRepository aggregationRepository, IAggregationReplicaRepository aggregationReplicaRepository, IReadStorageSyncEventBus readStorageSyncEventBus, ILogger logger) { this.aggregationRepository = aggregationRepository; this.aggregationReplicaRepository = aggregationReplicaRepository; this.readStorageSyncEventBus = readStorageSyncEventBus; this.logger = logger; }
public DatabaseInitializer(IAggregationRepository repository, IReadStorageSyncEventBus readStorageSyncEventBus) { this.repository = repository; this.readStorageSyncEventBus = readStorageSyncEventBus; }