mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
passing canvas models tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace CanvasModel.Courses;
|
||||
public record ShortCourseModel
|
||||
(
|
||||
[property: JsonPropertyName("id")] ulong Id,
|
||||
[property: JsonPropertyName("name")] string Name
|
||||
);
|
||||
Reference in New Issue
Block a user