Example #1
0
 public void UpdateCustomer(CustomerCompany customer)
 {
     _customerCompanyRepository.Update(customer);
 }