Esempio n. 1
0
 public void DeleteProduct(string productId)
 {
     _productRepo.DeleteProduct(productId);
 }