예제 #1
0
 public NuGetFileRestoreCommand(
     INuKeeperLogger logger,
     INuGetPath nuGetPath,
     IMonoExecutor monoExecutor,
     IExternalProcess externalProcess)
 {
     _logger          = logger;
     _nuGetPath       = nuGetPath;
     _monoExecutor    = monoExecutor;
     _externalProcess = externalProcess;
 }