summaryrefslogtreecommitdiff
path: root/Forms/TicketDTO.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Forms/TicketDTO.cs')
-rw-r--r--Forms/TicketDTO.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Forms/TicketDTO.cs b/Forms/TicketDTO.cs
index 0732708..6b47379 100644
--- a/Forms/TicketDTO.cs
+++ b/Forms/TicketDTO.cs
@@ -3,6 +3,7 @@ namespace BackendPIA.Forms {
public long Id { get; set; }
public int Number { get; set; }
public bool IsWinner { get; set; }
- public long RaffleId { get; set; }
+ public long RaffleId{ get; set; }
+ public string? UserAccountId { get; set; }
}
} \ No newline at end of file