public ContextRepository() { Context = new GutsyPuppetEntities(); Context.Configuration.AutoDetectChangesEnabled = false; }
public ContextRepository() { Context = new GutsyPuppetEntities(); }