Ejemplo n.º 1
0
 internal NuGetManager(INuGetCore nugetCore, LTAF.Infrastructure.Abstractions.IFileSystem fileSystem)
 {
     this._nugetCore  = nugetCore;
     this._fileSystem = fileSystem;
 }
Ejemplo n.º 2
0
 internal NuGetManager(INuGetCore nugetCore, Core.Abstractions.IFileSystem fileSystem)
 {
     _nugetCore  = nugetCore;
     _fileSystem = fileSystem;
 }
Ejemplo n.º 3
0
 internal NuGetManager(INuGetCore nugetCore, Core.Abstractions.IFileSystem fileSystem)
 {
     _nugetCore = nugetCore;
     _fileSystem = fileSystem;
 }