示例#1
0
 public async Task <bool> CreateCan(OfferModel can)
 {
     return(await _restManager.AddCanAsync(can));
 }