Beispiel #1
0
 public void PostProduct(Product product)
 {
     _productService.AddNewProduct(product);
 }