Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 40s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 40s
This commit is contained in:
commit
33089d65ee
1 changed files with 1 additions and 0 deletions
|
|
@ -1004,6 +1004,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
||||||
.Select(x => new CandidateContactResponseItem
|
.Select(x => new CandidateContactResponseItem
|
||||||
{
|
{
|
||||||
ContactPrefixId = x.ContactPrefixId,
|
ContactPrefixId = x.ContactPrefixId,
|
||||||
|
ContactPrefix = x.ContactPrefixName,
|
||||||
ContactFirstname = x.ContactFirstname,
|
ContactFirstname = x.ContactFirstname,
|
||||||
ContactLastname = x.ContactLastname,
|
ContactLastname = x.ContactLastname,
|
||||||
ContactRelations = x.ContactRelations,
|
ContactRelations = x.ContactRelations,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue