Ejemplo n.º 1
0
 public SpeciesService(IFishManagerRepository repo)
 {
     _repo   = repo;
     _mapper = DefaultMapper.GetInstance();
 }