Wonky.Client/Wonky.Entity/DTO/KrvEmergencyLabels.cs

13 lines
534 B
C#
Raw Permalink Normal View History

2023-04-08 17:46:26 +02:00
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; } = "";
}