public Repository(TestOveractiveContext context) { DbContext = context; context.ChangeTracker.QueryTrackingBehavior = QueryTrackingBehavior.NoTracking; DbSet = DbContext.Set <TEntity>(); }
public TipoPermisoRepository(TestOveractiveContext context) : base(context) { }