Changeset 13f1472 for resTools_backend/backend/Entities
- Timestamp:
- 09/18/22 18:09:53 (2 years ago)
- Branches:
- master
- Parents:
- 49b0bbd
- Location:
- resTools_backend/backend/Entities
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
resTools_backend/backend/Entities/MenuItem.cs
r49b0bbd r13f1472 7 7 public string Description { get; set; } 8 8 public int Price { get; set; } 9 public byte[] Image { get; set; } 10 public bool IsVipOnly { get; set; } 11 public string Alergens { get; set; } 9 12 public virtual Restaurant Restaurant { get; set; } 10 13 } -
resTools_backend/backend/Entities/User.cs
r49b0bbd r13f1472 10 10 public bool IsAdmin { get; set; } 11 11 public bool IsConfirmed { get; set; } 12 public bool IsVip { get; set; } 12 13 public string? ConfirmationURL { get; set; } 13 14 public DateTime? ConfirmationValidTo { get; set; }
Note:
See TracChangeset
for help on using the changeset viewer.