示例#1
0
 public string Put(int id, [FromBody] Product product)
 {
     return(ProductInformation.UpdateProduct(id, product));
 }