Exemple #1
0
 public IEnumerable <BirdSurveyor> GetAllSurveyors()
 {
     return(_birdRepo.GetAllSurveyors());
 }