namespace Wonky.Entity.DTO; public class KrvWasteLabels { public string WasteHeaderLabel { get; set; } = ""; public string InstructionLabel { get; set; } = ""; public string SpillingLabel { get; set; } = ""; public string WastePictogramLabel { get; set; } = ""; public string WasteDepositLabel { get; set; } = ""; public string WasteGroupLabel { get; set; } = ""; public string WasteSubGroupLabel { get; set; } = ""; public string WasteCategoryLabel { get; set; } = ""; }