Add new insert endpoint for Lok open hours

This commit is contained in:
2026-02-17 23:06:29 +02:00
parent 7fba6ccc17
commit 49bf808c1d
7 changed files with 217 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
public class LokOpenHours
{
public DateTime Version { get; set; }
public string Paragraph1 { get; set; } = string.Empty;
public string Paragraph2 { get; set; } = string.Empty;