Exemplo n.º 1
0
 public RegistroProfesor()
 {
     profe = new MProfesor();
     tec   = new MTecnico();
 }
Exemplo n.º 2
0
 //Tecnicos
 public string ContratarTecnico(ITecnico tecnico)
 {
     Tecnico = tecnico;
     return("Contraté un técnico");
 }
Exemplo n.º 3
0
 public Tecnico()
 {
     tec = new MTecnico();
 }
 public ModificarEstudiante()
 {
     estu = new MEstudiante();
     tec  = new MTecnico();
 }
Exemplo n.º 5
0
 public RegistroTecnicos()
 {
     tec = new MTecnico();
 }
Exemplo n.º 6
0
 public RegistroEstudiante()
 {
     estu = new MEstudiante();
     tec  = new MTecnico();
 }
Exemplo n.º 7
0
 public ModificarProfesor()
 {
     profe = new MProfesor();
     tec   = new MTecnico();
 }
Exemplo n.º 8
0
 public ModificarTecnico()
 {
     tec = new MTecnico();
 }