Beispiel #1
0
 public SymbolService(PackageService packageService, SymbolPackageService symbolPackageService, ISymbolsPathResolver symbolsPathResolver, ISymbolPackagePathResolver symbolPackagePathResolver, SymbolTools symbolTools)
 {
     this.packageService = packageService;
     this.symbolPackageService = symbolPackageService;
     this.symbolsPathResolver = symbolsPathResolver;
     this.symbolPackagePathResolver = symbolPackagePathResolver;
     this.symbolTools = symbolTools;
 }
Beispiel #2
0
 public SymbolService(PackageService packageService, SymbolPackageService symbolPackageService,
                      ISymbolsPathResolver symbolsPathResolver, ISymbolPackagePathResolver symbolPackagePathResolver,
                      SymbolTools symbolTools)
 {
     this.packageService            = packageService;
     this.symbolPackageService      = symbolPackageService;
     this.symbolsPathResolver       = symbolsPathResolver;
     this.symbolPackagePathResolver = symbolPackagePathResolver;
     this.symbolTools = symbolTools;
 }