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

13 lines
No EOL
573 B
C#

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