Ejemplo n.º 1
0
 public Student(School school)
 {
     this.School = school;
 }
Ejemplo n.º 2
0
 public Student(int nr, School school)
 {
     this.Nr = nr; this.School = school;
 }