Esempio n. 1
0
 public Subject(SubjectInformation subjectInfo)
 {
     Contract.Requires(subjectInfo != null, "subjectInfo");
     SubjectInfo = subjectInfo;
 }
Esempio n. 2
0
 public Subject(Dictionary <Student, SubjectSituation> signedUpStudentsGrades, SubjectInformation subjectInfo)
 {
     _signedUpStudentsGrades = signedUpStudentsGrades;
     SubjectInfo             = subjectInfo;
 }