This commit is contained in:
parent
dba085d55a
commit
825fbf6a2d
1 changed files with 2 additions and 2 deletions
|
|
@ -445,8 +445,8 @@ namespace BMA.EHR.Placement.Service.Controllers
|
||||||
Education = x.PlacementEducations.Select(p => new
|
Education = x.PlacementEducations.Select(p => new
|
||||||
{
|
{
|
||||||
Id = p.Id,
|
Id = p.Id,
|
||||||
EducationLevel = p.EducationLevelId,
|
EducationLevel = p.EducationLevelName,
|
||||||
EducationLevelId = p.EducationLevelName,
|
EducationLevelId = p.EducationLevelId,
|
||||||
Institute = p.Institute,
|
Institute = p.Institute,
|
||||||
Degree = p.Degree,
|
Degree = p.Degree,
|
||||||
Field = p.Field,
|
Field = p.Field,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue