ParentID in HandbookCategory as mandatory

This commit is contained in:
Alex
2025-01-16 16:51:02 +00:00
parent dbd3c18443
commit 287fef617f
@@ -17,6 +17,7 @@ public class HandbookCategory
public string? Id { get; set; }
[JsonPropertyName("ParentId")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
public string? ParentId { get; set; }
[JsonPropertyName("Icon")]