บรรจุ
This commit is contained in:
parent
0f705431d4
commit
e39c6f62c8
1 changed files with 52 additions and 2 deletions
|
|
@ -1834,7 +1834,32 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
{
|
||||
posmasterId = p.posmasterId,
|
||||
positionId = p.positionId
|
||||
}
|
||||
},
|
||||
bodyMarry = new
|
||||
{
|
||||
marry = p.Marry,
|
||||
marryPrefix = p.MarryPrefix,
|
||||
marryFirstName = p.MarryFirstName,
|
||||
marryLastName = p.MarryLastName,
|
||||
marryOccupation = p.MarryOccupation,
|
||||
marryNationality = p.MarryNationality,
|
||||
},
|
||||
bodyFather = new
|
||||
{
|
||||
fatherPrefix = p.FatherPrefix,
|
||||
fatherFirstName = p.FatherFirstName,
|
||||
fatherLastName = p.FatherLastName,
|
||||
fatherOccupation = p.FatherOccupation,
|
||||
fatherNationality = p.FatherNationality,
|
||||
},
|
||||
bodyMother = new
|
||||
{
|
||||
motherPrefix = p.MotherPrefix,
|
||||
motherFirstName = p.MotherFirstName,
|
||||
motherLastName = p.MotherLastName,
|
||||
motherOccupation = p.MotherOccupation,
|
||||
motherNationality = p.MotherNationality,
|
||||
},
|
||||
}).ToList();
|
||||
|
||||
var apiUrl = $"{_configuration["API"]}/org/command/excexute/create-officer-profile";
|
||||
|
|
@ -2157,7 +2182,32 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
{
|
||||
posmasterId = p.posmasterId,
|
||||
positionId = p.positionId
|
||||
}
|
||||
},
|
||||
bodyMarry = new
|
||||
{
|
||||
marry = p.Marry,
|
||||
marryPrefix = p.MarryPrefix,
|
||||
marryFirstName = p.MarryFirstName,
|
||||
marryLastName = p.MarryLastName,
|
||||
marryOccupation = p.MarryOccupation,
|
||||
marryNationality = p.MarryNationality,
|
||||
},
|
||||
bodyFather = new
|
||||
{
|
||||
fatherPrefix = p.FatherPrefix,
|
||||
fatherFirstName = p.FatherFirstName,
|
||||
fatherLastName = p.FatherLastName,
|
||||
fatherOccupation = p.FatherOccupation,
|
||||
fatherNationality = p.FatherNationality,
|
||||
},
|
||||
bodyMother = new
|
||||
{
|
||||
motherPrefix = p.MotherPrefix,
|
||||
motherFirstName = p.MotherFirstName,
|
||||
motherLastName = p.MotherLastName,
|
||||
motherOccupation = p.MotherOccupation,
|
||||
motherNationality = p.MotherNationality,
|
||||
},
|
||||
}).ToList();
|
||||
|
||||
var apiUrl = $"{_configuration["API"]}/org/command/excexute/create-officer-profile";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue