예제 #1
0
 public EntityList(CodeFactory.Config config, CodeFactory.Entity entity)
 {
     this.config = config;
     this.entity = entity;
 }
예제 #2
0
 public EntityCatalog(CodeFactory.Config config, CodeFactory.Entity entity)
 {
     this.config = config;
     this.entity = entity;
 }