コード例 #1
0
 public BusinessObjectGenerator(GeneratorContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public EntityFrameworkTypeReflector(GeneratorContext c)
 {
     context = c;
 }