Ejemplo n.º 1
0
 public GenericRepository(GoingOutContext context)
 {
     _context = context;
     dbSet    = context.Set <TEntity>();
 }