public bool Equals(LectiveYear other) { return other.StartYear == StartYear; }
public bool Equals(LectiveYear other) { return(other.StartYear == StartYear); }
public LectiveSemester(SemesterPeriod semester, LectiveYear lectiveYear) : this() { Semester = semester; LectiveYear = lectiveYear; }