public AreaQueries(SenaiVagasContext ctx, IMapper mapper)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }
Beispiel #2
0
 public UsuarioQueries(SenaiVagasContext ctx, IMapper mapper)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }
 public FaixaSalarialQueries(SenaiVagasContext ctx, IMapper mapper)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }
Beispiel #4
0
 public InscricaoQueries(SenaiVagasContext ctx, IMapper mapper)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }
 public EnderecoQueries(SenaiVagasContext ctx, IMapper mapper)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }
 public AdministradorQueries(SenaiVagasContext ctx, IMapper mapper)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }