Exemplo n.º 1
0
 public async Task <string> ConfirmBuyGoods([FromBody] ConfirmBuyGoodsDTO model)
 {
     return(await _goodsAppService.ConfirmBuyGoods(model, UserId));
 }