Exemple #1
0
 public void DeleteCartById(string acc, int productId)
 {
     _cartRepo.DeleteCartById(acc, productId);
 }