Skip to content

Commit

Permalink
feat: add ParentId to StructureNode #7
Browse files Browse the repository at this point in the history
feat: add ParentId to StructureNode
  • Loading branch information
Andras-Csanyi authored May 4, 2024
2 parents 718c71a + f06beac commit 635395e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BusinessLogic.Contracts/StructureNodeResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ public class StructureNodeResult
{
public long Id { get; set; }
public long DocumentId { get; set; }
public long ParentId { get; set; }
}

0 comments on commit 635395e

Please sign in to comment.