コード例 #1
0
 public async Task <bool> CreateWant(OfferModel want)
 {
     return(await _restManager.AddWantAsync(want));
 }