Wonky.Client/Wonky.Entity/DTO/KrvFooterText.cs

6 lines
108 B
C#
Raw Normal View History

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