Wonky.Client/Wonky.Entity/DTO/KrvCommonWasteTexts.cs

7 lines
162 B
C#
Raw Normal View History

2023-04-08 17:46:26 +02:00
namespace Wonky.Entity.DTO;
public class KrvCommonWasteTexts
{
public string Instruction { get; set; } = "";
public string Spilling { get; set; } = "";
}