mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 15:18:32 -06:00
5 lines
111 B
C#
5 lines
111 B
C#
public record SemesterConfiguration(
|
|
DateTime StartDate,
|
|
DateTime EndDate,
|
|
IEnumerable<DayOfWeek> Days
|
|
); |