ParentID in HandbookCategory as mandatory
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user