mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 13:40:13 +01:00
Rename EventEndpoints VolunteerId to UserId
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
public class EventRegistration
|
||||
{
|
||||
public int EventId { get; set; }
|
||||
public required int VolunteerId { get; set; }
|
||||
public required int UserId { get; set; }
|
||||
public DateTime RegisteredAt { get; set; } = DateTime.UtcNow;
|
||||
public Event? Event { get; set; }
|
||||
public User? User { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user