Exemple #1
0
 public async Task <List <OfferModel> > GetWantList(int[] catIds)
 {
     return(await _restManager.GetWantListByCategoryAsync(catIds));
 }