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

17 lines
No EOL
643 B
C#

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