Add SelectedNodeId parameter to SearchProfile method and update related DTO #1555

This commit is contained in:
Suphonchai Phoonsawat 2026-03-23 10:04:09 +07:00
parent 23bbd9791e
commit 818ff38e99
3 changed files with 5 additions and 2 deletions

View file

@ -17,5 +17,7 @@
public string? sortBy { get; set; }
public bool? descending { get; set; }
public Guid? SelectedNodeId { get; set; }
}
}