namespace Wonky.Entity.DTO; public class KrvProtectionDto { public string TypeId { get; set; } = ""; public string ProtectionTypeEnum { get; set; } = ""; public string PictureLink { get; set; } = ""; public string Name { get; set; } = ""; }