Example #1
0
 public void EditProduct(string productId, string productName)
 {
     _productRepo.EditProduct(productId, productName);
 }