Beispiel #1
0
 public EventStoreClient(ILogger <EventStoreClient> logger, IOptions <EventStoreConfig> config)
 {
     _logger = logger;
     _config = config.Value;
 }
 public EventStoreProjections(ILogger <EventStoreProjections> logger, IOptions <EventStoreConfig> config)
 {
     _logger = logger;
     _config = config.Value;
 }