This commit is contained in:
2024-10-13 16:34:46 +02:00
parent b6755ae77f
commit d7d7db8dd4
12 changed files with 140 additions and 85 deletions

View File

@@ -6,6 +6,6 @@ using System.Threading.Tasks;
namespace Jugenddienst_Stunden.Types;
public class Freistellung {
public string Id { get; set; }
public string Name { get; set; }
public string? Id { get; set; }
public string? Name { get; set; }
}