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