Exemplo n.º 1
0
 private static void ConfigureCommandLineInterface(CommandLineInterface commandLineInterface)
 {
     commandLineInterface.AddCommand <UpdateExchangeRatesCommand>("update");
     commandLineInterface.AddCommand <GetExchangeRatesCommand>("get");
 }