mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
working on canvas sync
This commit is contained in:
@@ -5,4 +5,6 @@ public record LocalModule
|
||||
public string Name { get; init; } = string.Empty;
|
||||
public IEnumerable<LocalAssignment> Assignments { get; init; } =
|
||||
Enumerable.Empty<LocalAssignment>();
|
||||
|
||||
public ulong? CanvasId { get; set; } = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user