ip locking

This commit is contained in:
Julian
2022-02-12 21:42:18 +01:00
parent 2a3af9b0a0
commit df8be1672e
2 changed files with 4 additions and 1 deletions

View File

@@ -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; }