Added order item comment
This commit is contained in:
@@ -8,6 +8,7 @@ public class OrderItem
|
||||
public string ParticipantName { get; set; } = string.Empty;
|
||||
public string? ParticipantEmail { get; set; }
|
||||
public int Quantity { get; set; } = 1;
|
||||
public string? Comments { get; set; }
|
||||
public DateTime OrderedAt { get; set; } = DateTime.UtcNow;
|
||||
|
||||
public Order? Order { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user