started merging module and calendar pages

This commit is contained in:
2023-07-12 19:48:09 -06:00
parent fae06907be
commit ccbeb5a013
16 changed files with 166 additions and 76 deletions

View File

@@ -7,7 +7,7 @@ public class SemesterPlanner
public IEnumerable<CalendarMonth> Months { get; }
public IEnumerable<DayOfWeek> Days { get; }
public SemesterPlanner(SemesterConfiguration configuration)
public SemesterPlanner(SemesterCalendarConfig configuration)
{
FirstDay = configuration.StartDate;
LastDay = configuration.EndDate;