Exemplo n.º 1
0
 public BiodataController(IBioDataRepository repository, IMapper mapper)
 {
     _repository = repository;
     _mapper     = mapper;
 }
Exemplo n.º 2
0
 public TypeStatusDataService(IBioDataRepository <TypeStatus> repository)
     : base(repository)
 {
 }
 public MorphologicalEpithetsDataService(IBioDataRepository <MorphologicalEpithet> repository)
     : base(repository)
 {
 }