Wonky.Client/Wonky.Entity/DTO/KrvKapvDefaultTexts.cs
2023-04-10 17:22:24 +02:00

17 lines
No EOL
647 B
C#

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