Exemple #1
0
 private async Task <CompetitorInfo> LoadCompetitorAsync()
 {
     return(await WebClientHelper.GetDataAsync <CompetitorInfo>(Url + Resources.InfoUrlSuffix));
 }