Untis-API Optimierung.
This commit is contained in:
@@ -146,13 +146,6 @@ public sealed record UntisStudentAbsence(
|
||||
string? StudentGroup,
|
||||
JsonElement Raw);
|
||||
|
||||
public sealed record UntisStudentAbsenceReport(
|
||||
int StudentKey,
|
||||
int StartDate,
|
||||
int EndDate,
|
||||
int EntryCount,
|
||||
int AbsentMinutes,
|
||||
IReadOnlyList<UntisStudentAbsence> Absences);
|
||||
|
||||
public sealed record UntisClassRegisterEntry(
|
||||
int? StudentKey,
|
||||
|
||||
Reference in New Issue
Block a user