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

69 lines
No EOL
3 KiB
C#

namespace Wonky.Entity.DTO;
public class KrvHPhraseTexts
{
public string H200 { get; set; } = "";
public string H201 { get; set; } = "";
public string H202 { get; set; } = "";
public string H203 { get; set; } = "";
public string H204 { get; set; } = "";
public string H205 { get; set; } = "";
public string H220 { get; set; } = "";
public string H221 { get; set; } = "";
public string H222 { get; set; } = "";
public string H223 { get; set; } = "";
public string H224 { get; set; } = "";
public string H225 { get; set; } = "";
public string H226 { get; set; } = "";
public string H228 { get; set; } = "";
public string H229 { get; set; } = "";
public string H240 { get; set; } = "";
public string H241 { get; set; } = "";
public string H242 { get; set; } = "";
public string H250 { get; set; } = "";
public string H251 { get; set; } = "";
public string H252 { get; set; } = "";
public string H260 { get; set; } = "";
public string H261 { get; set; } = "";
public string H270 { get; set; } = "";
public string H271 { get; set; } = "";
public string H272 { get; set; } = "";
public string H280 { get; set; } = "";
public string H281 { get; set; } = "";
public string H290 { get; set; } = "";
public string H300 { get; set; } = "";
public string H301 { get; set; } = "";
public string H302 { get; set; } = "";
public string H304 { get; set; } = "";
public string H310 { get; set; } = "";
public string H311 { get; set; } = "";
public string H312 { get; set; } = "";
public string H314 { get; set; } = "";
public string H315 { get; set; } = "";
public string H317 { get; set; } = "";
public string H318 { get; set; } = "";
public string H319 { get; set; } = "";
public string H330 { get; set; } = "";
public string H331 { get; set; } = "";
public string H332 { get; set; } = "";
public string H334 { get; set; } = "";
public string H335 { get; set; } = "";
public string H336 { get; set; } = "";
public string H340 { get; set; } = "";
public string H341 { get; set; } = "";
public string H350 { get; set; } = "";
public string H351 { get; set; } = "";
public string H360 { get; set; } = "";
public string H361 { get; set; } = "";
public string H362 { get; set; } = "";
public string H370 { get; set; } = "";
public string H371 { get; set; } = "";
public string H372 { get; set; } = "";
public string H373 { get; set; } = "";
public string H400 { get; set; } = "";
public string H410 { get; set; } = "";
public string H411 { get; set; } = "";
public string H412 { get; set; } = "";
public string H413 { get; set; } = "";
}