Exemplo n.º 1
0
 public OutboxEntryRepository(SampleDbContext dbContext)
 {
     _dbContext = dbContext;
 }