Esempio n. 1
0
 public students(studentCollection students)
 {
     this.students = students;
 }
Esempio n. 2
0
 public students()
 {
     this.students = new studentCollection();
 }