Add SelectedNode parameter to SearchProfile method for enhanced profile retrieval #1555
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m44s
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m44s
This commit is contained in:
parent
818ff38e99
commit
58aca3a328
3 changed files with 6 additions and 3 deletions
|
|
@ -19,5 +19,7 @@
|
|||
public bool? descending { get; set; }
|
||||
|
||||
public Guid? SelectedNodeId { get; set; }
|
||||
|
||||
public int? SelectedNode { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue