using System.Runtime; namespace Wonky.Entity.DTO; public class KrvKapvDefaultTexts { 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; } = ""; }