Example #1
0
 public IList <CustomerCompany> GetAllCustomerCompanies()
 {
     return(_customerCompanyRepository.GetAll());
 }