Beispiel #1
0
 public List <Customers> GetAll()
 {
     return(_customersRepository.All());
 }