Ejemplo n.º 1
0
 public Propio(Profesor profe, string au, string hs, string nc, string IDC) : base(nc, IDC)
 {
     _profesor = profe;
     _aula     = au;
     _horario  = hs;
 }
Ejemplo n.º 2
0
 public Propio() : base()
 {
     _profesor = null;
 }