예제 #1
0
 public EstadoService(CurriculoOnlineContext context)
 {
     _context = context;
 }
 public CandidatoService(CurriculoOnlineContext context)
 {
     _context = context;
 }
예제 #3
0
 public ExperienciaService(CurriculoOnlineContext context)
 {
     _context = context;
 }