Exemple #1
0
 public void Update(Product product)
 {
     _repo.UpdateProduct(product);
 }