Beispiel #1
0
 public SoalGenerator(Model model, string outputDirectory, ModelCompilerDiagnostics diagnostics, string fileName)
 {
     this.FileName = fileName;
     this.OutputDirectory = outputDirectory;
     this.Model = model;
     this.Diagnostics = diagnostics;
     this.SeparateXsdWsdl = false;
     this.SingleFileWsdl = false;
 }
Beispiel #2
0
 public SpringGenerator(Model model, ModelCompilerDiagnostics diagnostics, string fileName)
 {
     this.FileName = fileName;
     this.Model = model;
     this.Diagnostics = diagnostics;
 }