Beispiel #1
0
 public List <Pets> ReadAllPets()
 {
     return(_PetsRepo.ReadAll().ToList());
 }