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;
 }
Пример #7
0
 public ProfessorController(PlataformaNetworkingContext context)
 {
     _context = context;
 }
 public CurriculoViewComponent(PlataformaNetworkingContext context)
 {
     _context = context;
 }
 public AfinidadeVagaViewComponent(PlataformaNetworkingContext context)
 {
     _context = context;
 }
Пример #10
0
 public AlunoController(PlataformaNetworkingContext context)
 {
     _context = context;
 }
Пример #11
0
 public EntrevistaAgendadaViewComponent(PlataformaNetworkingContext context)
 {
     _context = context;
 }
Пример #12
0
 public HomeController(PlataformaNetworkingContext context)
 {
     _context = context;
 }
Пример #13
0
 public PublicacaoVagaViewComponent(PlataformaNetworkingContext context)
 {
     _context = context;
 }
 public PostViewComponent(PlataformaNetworkingContext context)
 {
     _context = context;
 }
Пример #15
0
 public UsuariosController(PlataformaNetworkingContext context)
 {
     _context = context;
 }
 public AdministradorsController(PlataformaNetworkingContext context)
 {
     _context = context;
 }
Пример #17
0
 public ConteudoCandidatoViewComponent(PlataformaNetworkingContext context)
 {
     _context = context;
 }