This commit is contained in:
AdisakKanthawilang 2025-08-25 14:37:12 +07:00
parent 8c2e4be638
commit 29b161bf76

View file

@ -598,8 +598,8 @@ namespace BMA.EHR.Application.Repositories
isAll = isAll,
isRetirement = isRetirement,
revisionId = revisionId,
dateStart = startDate,
dateEnd = endDate,
startDate = startDate,
endDate = endDate,
};
var profiles = new List<SearchProfileDto>();