Example #1
0
 public async Task <OfferModel> GetWant(int id)
 {
     return(await _restManager.GetWantAsync(id));
 }