Example #1
0
 public bool CreateSpeciesGroup(FishSpeciesGroup item)
 {
     return(_fishRepo.CreateSpeciesGroup(item));
 }