mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 15:48:32 -06:00
started merging module and calendar pages
This commit is contained in:
@@ -2,7 +2,7 @@ using CanvasModel.EnrollmentTerms;
|
||||
|
||||
public interface IConfigurationManagement
|
||||
{
|
||||
SemesterConfiguration? Configuration { get; }
|
||||
SemesterCalendarConfig? SemesterCalendar { get; set; }
|
||||
|
||||
void SetConfiguration(EnrollmentTermModel canvasTerm, DayOfWeek[] daysOfWeek);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user