示例#1
0
 public bool RemoveBird(Bird bird)
 {
     _birdRepository.RemoveBird(bird.Id);
     return(true);
 }