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

15 lines
No EOL
536 B
C#

namespace Wonky.Entity.DTO;
public class KrvKapvJsonTexts
{
public string Section0 { get; set; } = "";
public string Section1 { get; set; } = "";
public string Section2 { get; set; } = "";
public string Section3 { get; set; } = "";
public string Section4 { get; set; } = "";
public string Section5 { get; set; } = "";
public string Section6 { get; set; } = "";
public string Section7 { get; set; } = "";
public string Section8 { get; set; } = "";
public string Section9 { get; set; } = "";
}