选课
This commit is contained in:
@@ -14,6 +14,9 @@ public static class CourseSelectionRules
|
||||
round.Status == CourseSelectionRoundStatus.Open &&
|
||||
nowUtc <= round.WithdrawalEndsAt;
|
||||
|
||||
public static bool SupportsProxyEnrollment(CourseNature nature) =>
|
||||
nature == CourseNature.GeneralRequired;
|
||||
|
||||
public static bool HasScheduleConflict(
|
||||
IEnumerable<ScheduleEntry> candidateEntries,
|
||||
IEnumerable<ScheduleEntry> selectedEntries) =>
|
||||
|
||||
Reference in New Issue
Block a user