Пример #1
0
 public GenesController(GeneAnnotationDBContext context, IMapper mapper, IGeneRepository geneRepository,
                        IGeneCoordinateRepository geneCoordinateRepository
                        )
 {
     _context        = context;
     _mapper         = mapper;
     _geneRepository = geneRepository;
 }
Пример #2
0
 public GeneCoordinateStartToGeneLocationDto(
     IGeneCoordinateRepository geneCoordinateRepository
     )
 {
     _geneCoordinateRepository = geneCoordinateRepository;
 }