コード例 #1
0
 public async Task <WeatherModel> GetWeatherBasedOnLocation(string location)
 {
     return(await _getWeather.ReturnWeatherBasedOnLocationAsync(location));
 }