Example #1
0
 public Subject(Models.Subject.SubjectInformation sbjInfo) : this()
 {
     this.SubjectInfo = sbjInfo;
 }
Example #2
0
 public Subject(PlainText name, Dictionary <Common.Student, Models.Subject.SubjectSituation> signedUpStudentsGrades, Models.Subject.SubjectInformation subjectInfo)
     : this(name)
 {
     SignedUpStudentsGrades = signedUpStudentsGrades;
     SubjectInfo            = subjectInfo;
 }