no message
This commit is contained in:
parent
a31447c278
commit
489a350ff1
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
||||||
DateOfBirth = x.DateOfBirth,
|
DateOfBirth = x.DateOfBirth,
|
||||||
Age = x.DateOfBirth == null ? null : x.DateOfBirth.Value.CalculateAgeStrV2(0, 0),
|
Age = x.DateOfBirth == null ? null : x.DateOfBirth.Value.CalculateAgeStrV2(0, 0),
|
||||||
Telephone = x.Telephone,
|
Telephone = x.Telephone,
|
||||||
positionCandidate = x.positionName,
|
PositionCandidate = x.positionName,
|
||||||
Gender = x.Gender,
|
Gender = x.Gender,
|
||||||
Relationship = x.Relationship,
|
Relationship = x.Relationship,
|
||||||
BloodGroup = x.BloodGroup,
|
BloodGroup = x.BloodGroup,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue