예제 #1
0
 public Task <GetWeatherByLocationQueryResponse> GetLocation(
     GetWeatherByLocationParameters parameters,
     CancellationToken cancellationToken = default)
 => _client.LocationAsync(parameters, cancellationToken);