Wonky.Client/Wonky.Entity/DTO/KrvFirstAidTexts.cs

9 lines
283 B
C#
Raw Permalink Normal View History

2023-04-08 17:46:26 +02:00
namespace Wonky.Entity.DTO;
public class KrvFirstAidTexts
{
public string FirstAidBreath { get; set; } = "";
public string FirstAidSkinContact { get; set; } = "";
public string FirstAidEyeContact { get; set; } = "";
public string FirstAidIntake { get; set; } = "";
}