Beispiel #1
0
 public students(studentCollection students)
 {
     this.students = students;
 }
Beispiel #2
0
 public students()
 {
     this.students = new studentCollection();
 }