Esempio n. 1
0
 public async Task <Dictionary <int, string> > GetCountryCitiesAsync(string countryCode, string searchText)
 => await _geoRepository.GetCitiesAsync(countryCode, searchText);