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