Get endpoint for LOK open hours
This commit is contained in:
12
api/Public/Models/LokOpenHours.cs
Normal file
12
api/Public/Models/LokOpenHours.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
public class LokOpenHours
|
||||
{
|
||||
public string Paragraph1 { get; set; } = string.Empty;
|
||||
|
||||
public string Paragraph2 { get; set; } = string.Empty;
|
||||
|
||||
public string Paragraph3 { get; set; } = string.Empty;
|
||||
|
||||
public string Paragraph4 { get; set; } = string.Empty;
|
||||
|
||||
public string KitchenNotice { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user