Пример #1
0
 public ProjectService(IVisualStudioCodeService visualStudioCodeService, IPathManager path,
                       ITemplateService template)
 {
     _visualStudioCodeService = visualStudioCodeService;
     _path     = path;
     _template = template;
 }
Пример #2
0
 public ProjectService(IVisualStudioCodeService visualStudioCodeService, IPathManager path,
                       ITemplateService template, ILogger <ProjectService> logger)
 {
     _visualStudioCodeService = visualStudioCodeService;
     _path     = path;
     _template = template;
     _logger   = logger;
 }