namespace Wonky.Entity.DTO; public class KrvFirstAidLabels { public string FirstAidHeaderLabel { get; set; } = ""; public string FirstAidBreathPictogramLabel { get; set; } = ""; public string FirstAidSkinPictogramLabel { get; set; } = ""; public string FirstAidEyePictogramLabel { get; set; } = ""; public string FirstAidIntakePictogramLabel { get; set; } = ""; public string FirstAidPictogramLabel { get; set; } = ""; public string FirstAidEquipmentLabel { get; set; } = ""; public string FirstAidEyeCleaningLabel { get; set; } = ""; }