Wonky.Client/Wonky.Entity/DTO/KrvKapvDefaultTexts.cs

17 lines
647 B
C#
Raw Permalink Normal View History

2023-04-08 17:46:26 +02:00
using System.Runtime;
namespace Wonky.Entity.DTO;
2023-04-10 17:22:24 +02:00
public class KrvKapvDefaultTexts
2023-04-08 17:46:26 +02:00
{
public string S1UsedFor { get; set; } = "";
public string S2TypeAndProperties { get; set; } = "";
public string S3DoseAndImpact { get; set; } = "";
public string S4PreventProtect { get; set; } = "";
public string S5HealthExamination { get; set; } = "";
public string S6SubstAlternatives { get; set; } = "";
public string S7LimitValuesLaborInspectorate { get; set; } = "";
public string S8EducationTraining { get; set; } = "";
public string S9Deviation { get; set; } = "";
public string S0Disclaimer { get; set; } = "";
}