예제 #1
0
 public JObject GetCurrentWeatherById(string id)
 {
     return(JObject.Parse(_singleClient.GetCurrentWeatherById(id).Content));
 }