Ejemplo n.º 1
0
 public BaseRepository()
 {
     _dbSet = _dbContent.Set <TEntity>();
 }
Ejemplo n.º 2
0
 public BaseRepositoty()
 {
     _dbSet = _dbContext.Set <TEntity>();
 }