示例#1
0
 public IEnumerable <BirdSurvey> GetAllSurveys()
 {
     return(_birdRepo.GetAllSurveys());
 }