Exemplo n.º 1
0
 public CommandRunner(IFileUtil fileUtil, Action <string> writeLine, CommandArguments arguments)
 {
     _fileUtil  = fileUtil;
     _writeLine = writeLine;
     _arguments = arguments;
 }
Exemplo n.º 2
0
 public CommandRunner(Command command, CommandArguments arguments)
 {
     _command   = command;
     _arguments = arguments;
 }