Пример #1
0
 public void Update(Animal animal)
 {
     animalRepository.Edit(animal);
 }