示例#1
0
 public async Task <ActionResult <WeatherCityResponse> > GetByCoordinate([FromQuery] Coord coord)
 {
     return(await _service.GetByCoordinate(coord));
 }