Add SelectedNodeId parameter to SearchProfile method and update related DTO #1555
This commit is contained in:
parent
23bbd9791e
commit
818ff38e99
3 changed files with 5 additions and 2 deletions
|
|
@ -17,5 +17,7 @@
|
|||
public string? sortBy { get; set; }
|
||||
|
||||
public bool? descending { get; set; }
|
||||
|
||||
public Guid? SelectedNodeId { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue