Esempio n. 1
0
 public async Task <OfferModel> GetCan(int id)
 {
     return(await _restManager.GetCanAsync(id));
 }