Exemple #1
0
 public bool DeleteProduct(int productId)
 {
     return(_catalogue.DeleteProduct(productId));
 }