コード例 #1
0
 private bool AnimalExists(int id)
 {
     return(_manager.AnimalExists(id));
 }