Example #1
0
 public void Execute(CommandLineApplication app, IHostService hostService)
 {
     Console.WriteLine("Show Command!");
     hostService.ReadHostEntries();
 }