Changeset a26f6a1 for resTools_backend/backend/Entities
- Timestamp:
- 08/09/22 16:09:32 (2 years ago)
- Branches:
- master
- Children:
- a569b7c
- Parents:
- 899b19d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resTools_backend/backend/Entities/User.cs
r899b19d ra26f6a1 9 9 public string Password { get; set; } 10 10 public bool IsAdmin { get; set; } 11 public bool IsConfirmed { get; set; } 12 public string? ConfirmationURL { get; set; } 13 public DateTime? ConfirmationValidTo { get; set; } 14 public string? PasswordResetURL { get; set; } 15 public DateTime? PasswordResetValidTo { get; set; } 11 16 public virtual Restaurant Restaurant { get; set; } 12 17 }
Note:
See TracChangeset
for help on using the changeset viewer.