Пример #1
0
 public List <Pet> GetAllPetsServ()
 {
     return(_petRepo.GetAllPetsRepo().ToList());
 }