public ConteudoVagaEmpresaViewComponent(PlataformaNetworkingContext context)
 {
     _context = context;
 }
 public EmpresaController(PlataformaNetworkingContext context)
 {
     _context = context;
 }
 public HabilidadesViewComponent(PlataformaNetworkingContext context)
 {
     _context = context;
 }
 public PublicacoesController(PlataformaNetworkingContext context)
 {
     _context = context;
 }
 public CandidaturaVagaAlunoViewComponent(PlataformaNetworkingContext context)
 {
     _context = context;
 }
 public UsuarioViewComponent(PlataformaNetworkingContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public ProfessorController(PlataformaNetworkingContext context)
 {
     _context = context;
 }
 public CurriculoViewComponent(PlataformaNetworkingContext context)
 {
     _context = context;
 }
 public AfinidadeVagaViewComponent(PlataformaNetworkingContext context)
 {
     _context = context;
 }
Beispiel #10
0
 public AlunoController(PlataformaNetworkingContext context)
 {
     _context = context;
 }
Beispiel #11
0
 public EntrevistaAgendadaViewComponent(PlataformaNetworkingContext context)
 {
     _context = context;
 }
Beispiel #12
0
 public HomeController(PlataformaNetworkingContext context)
 {
     _context = context;
 }
Beispiel #13
0
 public PublicacaoVagaViewComponent(PlataformaNetworkingContext context)
 {
     _context = context;
 }
 public PostViewComponent(PlataformaNetworkingContext context)
 {
     _context = context;
 }
Beispiel #15
0
 public UsuariosController(PlataformaNetworkingContext context)
 {
     _context = context;
 }
 public AdministradorsController(PlataformaNetworkingContext context)
 {
     _context = context;
 }
Beispiel #17
0
 public ConteudoCandidatoViewComponent(PlataformaNetworkingContext context)
 {
     _context = context;
 }