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

12 lines
No EOL
260 B
C#

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; } = "";
}