Пример #1
0
 public async Task <List <OfferModel> > GetCanList(int[] catIds)
 {
     return(await _restManager.GetCanListByCategoryAsync(catIds));
 }