Exemple #1
0
 public async Task <Quiz> GetQuizForCampaignId(int cId)
 {
     return(await HttpClientManager.GetQuizForCampaign(cId));
 }