mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
before I dive too much more into adding pages in canvas
This commit is contained in:
@@ -20,7 +20,6 @@ public record LocalAssignment: IModuleItem
|
||||
}
|
||||
}
|
||||
public string Description { get; init; } = "";
|
||||
// public bool LockAtDueDate { get; init; }
|
||||
public DateTime? LockAt { get; init; }
|
||||
public DateTime DueAt { get; init; }
|
||||
public string? LocalAssignmentGroupName { get; init; }
|
||||
|
||||
Reference in New Issue
Block a user