Exemple #1
0
 public void DelAllCustomerProductsByCustomer(int customerID)
 {
     customerProductRepository.DeleteByCustomer(customerID);
 }