Versionshinweis hinzugefügt

This commit is contained in:
2025-02-17 10:16:53 +01:00
parent c277cfa02d
commit 67d662a0a7
3 changed files with 15 additions and 4 deletions

View File

@@ -30,4 +30,9 @@ public class Settings {
public List<Freistellung>? Freistellungen { get; set; }
public List<Sollstunden> Nominal { get; set; }
/// <summary>
/// Version der API
/// </summary>
public string Version { get; set; }
}