Beispiel #1
0
 public void Put([FromBody] GoodsDTO model)
 {
     _goodsAppService.UpdateGoods(model, UserId);
 }