Пример #1
0
 public GenericRepository(EttvDbContext dbContext)
 {
     _dbContext = dbContext;
     _dbSet     = _dbContext.Set <T>();
 }