コード例 #1
0
 public ContextRepository()
 {
     Context = new GutsyPuppetEntities();
     Context.Configuration.AutoDetectChangesEnabled = false;
 }
コード例 #2
0
 public ContextRepository()
 {
     Context = new GutsyPuppetEntities();
 }