Exemplo n.º 1
0
 private bool AnimalExists(int id)
 {
     return(_manager.AnimalExists(id));
 }