Added organisation entity

This commit is contained in:
2026-08-15 15:39:20 +02:00
parent dc574ee971
commit 3e79150590
5 changed files with 78 additions and 1 deletions
@@ -14,7 +14,7 @@ public class Organisation
public string? Email { get; set; }
public int Type { get; set; }
public OrganisationType Type { get; set; }
public ActivityStatus Status { get; set; }
}