예제 #1
0
 public void CreateDsl()
 {
     mapping   = new OneToManyMapping();
     inspector = new OneToManyInspector(mapping);
 }
 public void CreateDsl()
 {
     mapping = new OneToManyMapping();
     inspector = new OneToManyInspector(mapping);
 }