Exemplo n.º 1
0
 private string createProject(Dictionary <string, string> prReferences)
 {
     return(_GenerateCodeService.createProject(this.ProjectName,
                                               this.PathTemplateCsProj,
                                               this.PathTemplatePackConfig,
                                               this.PathTemplateAssembly,
                                               prReferences));
 }
Exemplo n.º 2
0
 private string createProject()
 {
     return(_GenerateCodeService.createProject(this.ProjectName, this.PathTemplateCsProj, this.PathTemplatePackConfig, this.PathTemplateAssembly));
 }