public virtual void InitializeContext()
 {
     Context = _fixture.CreateContext();
     Context.ChangeTracker.AutoDetectChangesEnabled = AutoDetectChanges;
 }
Exemplo n.º 2
0
 public virtual void InitializeContext()
 {
     Context = _fixture.CreateContext();
     Context.Configuration.AutoDetectChangesEnabled = AutoDetectChanges;
 }