Exemplo n.º 1
0
 public AnimalEntity GetAnimalById(int id)
 {
     return(_animalLogic.GetAnimalById(id));
 }