Further improvements on the open hours endpoints

This commit is contained in:
2026-02-24 21:52:16 +02:00
parent 082eb2575e
commit bc4c849590
11 changed files with 425 additions and 18 deletions

View File

@@ -1,5 +1,9 @@
public class LokOpenHours
{
public long Id { get; set; }
public string Name { get; set; } = string.Empty;
public DateTime Version { get; set; }
public string Paragraph1 { get; set; } = string.Empty;