Exemplo n.º 1
0
 public DtoGenerator(DtoGeneratorConfig config)
 {
     _objectTypesToCreate = new List <Type>();
     _dtoGeneratorConfig  = config;
 }
Exemplo n.º 2
0
 public DtoGenerator()
 {
     _dtoGeneratorConfig  = new DtoGeneratorConfig();
     _objectTypesToCreate = new List <Type>();
 }