예제 #1
0
 public void DeleteAnimalById(int id)
 {
     _animalLogic.DeleteAnimalById(id);
 }