ip locking
This commit is contained in:
@@ -6,7 +6,7 @@ namespace weddingapi.Models
|
||||
public record Family
|
||||
{
|
||||
public Guid Id { get; init; }
|
||||
|
||||
|
||||
public string Name { get; init; }
|
||||
|
||||
public string Email { get; init; }
|
||||
@@ -15,6 +15,8 @@ namespace weddingapi.Models
|
||||
|
||||
public DateTimeOffset CreatedDate { get; set; }
|
||||
|
||||
public string CreatedByIp { get; set; }
|
||||
|
||||
public IList<Person> Members { get; init; }
|
||||
|
||||
public bool Overnight { get; init; }
|
||||
|
||||
Reference in New Issue
Block a user