Exemple #1
0
 public BuildManager(IBuildServiceFactory buildServiceFactory, IPathServices pathServices, ILoggingService loggingService)
 {
     this.buildServiceFactory = buildServiceFactory;
     this.pathServices        = pathServices;
     this.loggingService      = loggingService;
 }
 public VisualStudioProjectCompiler(
     IBuildServiceFactory buildFactory)
 {
     this.buildFactory = buildFactory;
 }