Exemple #1
0
 public Turma()
 {
     curso = new Curso();
 }
Exemple #2
0
 public Materia()
 {
     curso = new Curso();
 }