コード例 #1
0
 public AreaQueries(SenaiVagasContext ctx, IMapper mapper)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }
コード例 #2
0
 public UsuarioQueries(SenaiVagasContext ctx, IMapper mapper)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }
コード例 #3
0
 public FaixaSalarialQueries(SenaiVagasContext ctx, IMapper mapper)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }
コード例 #4
0
 public InscricaoQueries(SenaiVagasContext ctx, IMapper mapper)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }
コード例 #5
0
 public EnderecoQueries(SenaiVagasContext ctx, IMapper mapper)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }
コード例 #6
0
 public AdministradorQueries(SenaiVagasContext ctx, IMapper mapper)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }