public TfsRepositoryWalker(IConsolePrinter consolePrinter, IConfigInterpreter configInterpreter, ITfsServerPathTranslator tfsServerPathTranslator)
 {
     ConsolePrinter = consolePrinter;
     this.configInterpreter = configInterpreter;
     this.tfsServerPathTranslator = tfsServerPathTranslator;
 }
Beispiel #2
0
 public TfsRepositoryWalker(IConsolePrinter consolePrinter, IConfigInterpreter configInterpreter, ITfsServerPathTranslator tfsServerPathTranslator)
 {
     ConsolePrinter               = consolePrinter;
     this.configInterpreter       = configInterpreter;
     this.tfsServerPathTranslator = tfsServerPathTranslator;
 }