Exemplo n.º 1
0
 public void ApplyForShelveGoods([FromBody] GoodsIdDTO model)
 {
     _goodsAppService.ApplyForShelveGoods(model.Id, UserId);
 }