コード例 #1
0
 private static void ConfigureCommandLineInterface(CommandLineInterface commandLineInterface)
 {
     commandLineInterface.AddCommand <UpdateExchangeRatesCommand>("update");
     commandLineInterface.AddCommand <GetExchangeRatesCommand>("get");
 }