Exemple #1
0
 public Citacion()
 {
     organizador = new Personal();
     motivoCitacion = new MotivoCitacion();
     tutor = new Tutor();
     cursoCicloLectivo = new CursoCicloLectivo();
     vencidas = false;
 }
Exemple #2
0
 public Citacion()
 {
     organizador = new Personal();
     motivoCitacion = new MotivoCitacion();
     tutor = new Tutor();
 }