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