Get Freistellung to work

This commit is contained in:
2024-09-27 10:36:35 +02:00
parent abe659ae31
commit ec7f563bc0
11 changed files with 36 additions and 23 deletions

View File

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