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