Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 40s

This commit is contained in:
harid 2025-11-19 13:43:50 +07:00
commit 33089d65ee

View file

@ -1004,6 +1004,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
.Select(x => new CandidateContactResponseItem
{
ContactPrefixId = x.ContactPrefixId,
ContactPrefix = x.ContactPrefixName,
ContactFirstname = x.ContactFirstname,
ContactLastname = x.ContactLastname,
ContactRelations = x.ContactRelations,