Exemple #1
0
 public List <Customer> GetAllCustomers()
 {
     return(_customRepository.GetAllCustomers());
 }