mirror of
https://github.com/jcreek/CityFinder.git
synced 2026-07-14 11:23:45 +00:00
feat(*): Add a final readkey so users can see their results
This commit is contained in:
@@ -49,6 +49,12 @@ namespace CityFinder
|
|||||||
|
|
||||||
// Get the city using an API call
|
// Get the city using an API call
|
||||||
await GetCity(countryInput, postalCodeInput);
|
await GetCity(countryInput, postalCodeInput);
|
||||||
|
|
||||||
|
// Let the user read the results
|
||||||
|
Console.WriteLine("Press any key to finish... ");
|
||||||
|
Console.ReadKey();
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This method sets up the json config file and sets the user-agent header on the HttpClient.
|
/// This method sets up the json config file and sets the user-agent header on the HttpClient.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user