コード例 #1
0
 public async Task <WeatherResponse> WeatherByZip(string zipcode)
 {
     return(await _weatherSvc.WeatherByZipAsync(zipcode));
 }