Add Kleinunternehmerregelung to settings page

This commit is contained in:
Andre Beging
2024-11-14 21:17:27 +01:00
parent 09cb9c88ae
commit 1211b789bc
2 changed files with 15 additions and 0 deletions

View File

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