Ejemplo n.º 1
0
 public SqlEntityRepository(FSContext dbContext)
 {
     DbContext = dbContext;
     Entities  = dbContext.Set <T>();
 }