Wonky.Client/Wonky.Entity/DTO/KrvKapvJsonTexts.cs

15 lines
536 B
C#
Raw Permalink Normal View History

2023-04-08 17:46:26 +02:00
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; } = "";
}