Exemplo n.º 1
0
 public void Update(long id, [FromBody] ProductInfo item)
 {
     _infoService.Put(id, item);
 }