Skip to content

Commit

Permalink
add parent id
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras-Csanyi committed May 4, 2024
1 parent 718c71a commit f06beac
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 f06beac

Please sign in to comment.