aufräumen
This commit is contained in:
@@ -6,7 +6,6 @@ public class Exam
|
||||
public Guid GroupId { get; set; }
|
||||
public string Title { get; set; } = "";
|
||||
public DateOnly Date { get; set; }
|
||||
public string Subject { get; set; } = "";
|
||||
public int? ExamNumber { get; set; }
|
||||
public List<ExamTask> Tasks { get; set; } = [];
|
||||
public List<GradingKeyEntry> GradingKey { get; set; } = [];
|
||||
|
||||
Reference in New Issue
Block a user