add orderyby search data list

This commit is contained in:
Kittapath 2023-04-11 23:24:18 +07:00
parent 806fadc24f
commit e830632ac6
17 changed files with 3493 additions and 1239 deletions

View file

@ -18,5 +18,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
{
public string? Title { get; set; }
public string? Url { get; set; }
public string? Id { get; set; }
public string? Path { get; set; }
}
}