Beispiel #1
0
 public Product CreateProduct(Product newProduct)
 {
     newProduct.Id = _repo.CreateProduct(newProduct);
     return(newProduct);
 }