Wonky.Client/Wonky.Entity/DTO/KrvEmergencyLabels.cs
2023-04-08 17:46:26 +02:00

13 lines
No EOL
534 B
C#

namespace Wonky.Entity.DTO;
public class KrvEmergencyLabels
{
public string EmergencyAuthorityLabel { get; set; } = "";
public string EmergencyHeaderLabel { get; set; } = "";
public string EmergencyPhoneLabel { get; set; } = "";
public string EmergencyPictogramLabel { get; set; } = "";
public string FireEquipmentLabel { get; set; } = "";
public string FireExtinguishLabel { get; set; } = "";
public string FireFightLabel { get; set; } = "";
public string FirePictogramLabel { get; set; } = "";
}