Example #1
0
 public IActionResult GetCities(string country)
 {
     return(Ok(locationManager.GetAvailableCities(country)));
 }