public PositionWriteService(IPostgreSqlConfiguration mongoConfiguration, EventStorePostgresDbContext dbContext)
 {
     _mongoConfiguration = mongoConfiguration;
     _dbContext          = dbContext;
 }
Example #2
0
 public IdempotenceWriterService(IPostgreSqlConfiguration mongoConfiguration, EventStorePostgresDbContext dbContext)
 {
     _mongoConfiguration = mongoConfiguration;
     _dbContext          = dbContext;
 }