public TipoCursoRepository(PositivoDbContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemple #2
0
 public SolicitacaoRepository(PositivoDbContext context, IMapper mapper) : base(context)
 {
     _context = context;
     _mapper  = mapper;
 }
 public AtividadeRepository(PositivoDbContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }