示例#1
0
 public async Task <List <OfferModel> > GetCanListByUser(int userId)
 {
     return(await _restManager.GetCanListByUserAsync(userId));
 }