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