Example #1
0
 public IEnumerable <FishSpeciesGroup> GetAllSpeciesGroup()
 {
     return(_fishRepo.GetAllSpeciesGroup());
 }