Update Icons

This commit is contained in:
Andre Beging
2024-11-07 15:25:17 +01:00
parent 6091b54b2a
commit b76dcdb746
6 changed files with 30 additions and 18 deletions

View File

@@ -15,6 +15,8 @@ namespace Server.Data
public PaymentData PaymentData { get; set; } = new();
public string? Comment { get; set; }
public string? Logo { get; set; }
#endregion