Beispiel #1
0
 public Enrollee(string enrolleeName, Faculty faculthy) : base(faculthy.GroupOfExams.ElementAt(0), faculthy.GroupOfExams.ElementAt(1), faculthy.GroupOfExams.ElementAt(2))
 {
     this.faculthyName = faculthy.FaculthyName;
     this.enrolleeName = enrolleeName;
     AllEnrollee.Add(this);
 }