mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
5 lines
112 B
C#
5 lines
112 B
C#
public record SemesterCalendarConfig(
|
|
DateTime StartDate,
|
|
DateTime EndDate,
|
|
IEnumerable<DayOfWeek> Days
|
|
); |