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

6 lines
No EOL
108 B
C#

namespace Wonky.Entity.DTO;
public class KrvFooterText
{
public string FooterText { get; set; } = "";
}