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; } = ""; }