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