Should be it

This commit is contained in:
phoenix
2025-04-03 20:58:58 -04:00
parent 60b07a7065
commit 82cee2ca59
3 changed files with 39 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ public class AccessLevel
{
#region Properties
[Newtonsoft.Json.JsonProperty("id")]
[Key]
public Guid Id { get; set; }
[Newtonsoft.Json.JsonProperty("level")]
public string? Level { get; set; }