public Student()
 {
     Demographics = new StudentDemographics();
     Medical      = new StudentMedical();
     Contacts     = new List <StudentContacts>();
     Emails       = new List <EmailInfo>();
     Address      = new StudentAddress();
     Languages    = new StudentLanguages();
     LearningAims = new StudentLearningAims();
     Photo        = new StudentPhoto();
 }
Пример #2
0
 public Student()
 {
     this.Demographics = new StudentDemographics();
 }