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