Пример #1
0
 public AbstractDbRepository(IDbContextFactory factory)
 {
     dbContext = factory.CreateChcDbContext();
 }