示例#1
0
 public bool UpdateSpecies(BirdSpecies item)
 {
     return(_birdRepo.UpdateSpecies(item));
 }