Exemplo n.º 1
0
 public TestHandler(IArguments args, IOutput output)
 {
     _output = output;
     _args   = args.MapTo <TestArgs>();
 }