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

7 lines
No EOL
162 B
C#

namespace Wonky.Entity.DTO;
public class KrvCommonWasteTexts
{
public string Instruction { get; set; } = "";
public string Spilling { get; set; } = "";
}