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