public AreaQueries(SenaiVagasContext ctx, IMapper mapper) { _ctx = ctx; _mapper = mapper; }
public UsuarioQueries(SenaiVagasContext ctx, IMapper mapper) { _ctx = ctx; _mapper = mapper; }
public FaixaSalarialQueries(SenaiVagasContext ctx, IMapper mapper) { _ctx = ctx; _mapper = mapper; }
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; }