Пример #1
0
 public List <Cat> ReadAllCats()
 {
     return(_catRepo.ReadAllCats().ToList());
 }