Add SelectedNode parameter to SearchProfile method for enhanced profile retrieval #1555
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m44s

This commit is contained in:
Suphonchai Phoonsawat 2026-03-23 10:13:13 +07:00
parent 818ff38e99
commit 58aca3a328
3 changed files with 6 additions and 3 deletions

View file

@ -19,5 +19,7 @@
public bool? descending { get; set; }
public Guid? SelectedNodeId { get; set; }
public int? SelectedNode { get; set; }
}
}