ConfigurationProgramExtensions

This commit is contained in:
Artemy
2025-06-24 18:16:34 +07:00
parent 9893013bcc
commit 80e2ec30c6
3 changed files with 64 additions and 18 deletions
+1
View File
@@ -4,6 +4,7 @@ public class Invitation
{
public Guid Id { get; set; }
public bool IsAdmin { get; set; }
public string Description { get; set; }
public DateTime DateCreated { get; set; }
public DateTime EndDate { get; set; }
public int MaxParticipants { get; set; }