コード例 #1
0
 public Repository(ShoematicContext context)
 {
     shoematicContext = context;
     shareContext     = true;
 }
コード例 #2
0
 public Repository()
 {
     shoematicContext = new ShoematicContext();
 }