コード例 #1
0
 public IActionResult Put(Products products)
 {
     domain.UpdateProduct(products);
     return(Ok());
 }