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