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

15 lines
No EOL
673 B
C#

namespace Wonky.Entity.DTO;
public class KrvKapvLabels
{
public string S1UsedForLabel { get; set; } = "";
public string S2TypeAndPropertiesLabel { get; set; } = "";
public string S3DosesAndImpactLabel { get; set; } = "";
public string S4PreventProtectLabel { get; set; } = "";
public string S5HealthExaminationLabel { get; set; } = "";
public string S6SubstAlternativesLabel { get; set; } = "";
public string S7LimitValuesLaborInspectorateLabel { get; set; } = "";
public string S8EducationTrainingLabel { get; set; } = "";
public string S9DeviationLabel { get; set; } = "";
public string S0DisclaimerLabel { get; set; } = "";
}