예제 #1
0
 public IEnumerable <FishSurvey> GetAllSurveys()
 {
     return(_fishRepo.GetAllSurveys());
 }