Example #1
0
 public bool CreateSpecies(FishSpecies item)
 {
     return(_fishRepo.CreateSpecies(item));
 }