Esempio n. 1
0
 public static async Task <IPlaceTrends> GetTrendsAt(long woeid)
 {
     return(await Sync.ExecuteTaskAsync(() => Trends.GetTrendsAt(woeid)));
 }
Esempio n. 2
0
 public static async Task <IPlaceTrends> GetTrendsAt(IWoeIdLocation woeIdLocation)
 {
     return(await Sync.ExecuteTaskAsync(() => Trends.GetTrendsAt(woeIdLocation)));
 }