コード例 #1
0
 public void UpdateProduct(int productId, Product updatedProduct)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void AddProduct(Product newProduct)
 {
     throw new NotImplementedException();
 }