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
|
||||
{
|
||||
Id = p.Id,
|
||||
EducationLevel = p.EducationLevelId,
|
||||
EducationLevelId = p.EducationLevelName,
|
||||
EducationLevel = p.EducationLevelName,
|
||||
EducationLevelId = p.EducationLevelId,
|
||||
Institute = p.Institute,
|
||||
Degree = p.Degree,
|
||||
Field = p.Field,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue