mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
pass in a config object rather than a term to create a semester
This commit is contained in:
5
Management/Models/SemesterConfiguration.cs
Normal file
5
Management/Models/SemesterConfiguration.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
public record SemesterConfiguration(
|
||||
DateTime StartDate,
|
||||
DateTime EndDate,
|
||||
IEnumerable<DayOfWeek> Days
|
||||
);
|
||||
Reference in New Issue
Block a user