Пример #1
0
 public async Task <Dictionary <string, string> > getCityNamesAndWeather(Route[] route)
 {
     return(await service.processNamesAndWeather(route));
 }