test
This commit is contained in:
parent
a4968ff66f
commit
183f7e214a
1 changed files with 5 additions and 1 deletions
|
|
@ -208,11 +208,15 @@ namespace BMA.EHR.Recruit.Service.Services
|
||||||
|
|
||||||
// 🚀 Pre-load all lookup data once
|
// 🚀 Pre-load all lookup data once
|
||||||
var placementTypesCache = await _contextMetadata.PlacementTypes.ToListAsync();
|
var placementTypesCache = await _contextMetadata.PlacementTypes.ToListAsync();
|
||||||
|
Console.WriteLine("1011");
|
||||||
var provincesCache = await _contextOrg.province.ToListAsync();
|
var provincesCache = await _contextOrg.province.ToListAsync();
|
||||||
|
Console.WriteLine("1012");
|
||||||
var districtsCache = await _contextOrg.district.ToListAsync();
|
var districtsCache = await _contextOrg.district.ToListAsync();
|
||||||
|
Console.WriteLine("1013");
|
||||||
var subDistrictsCache = await _contextOrg.subDistrict.ToListAsync();
|
var subDistrictsCache = await _contextOrg.subDistrict.ToListAsync();
|
||||||
|
Console.WriteLine("1014");
|
||||||
var educationLevelsCache = await _contextOrg.educationLevel.ToListAsync();
|
var educationLevelsCache = await _contextOrg.educationLevel.ToListAsync();
|
||||||
Console.WriteLine("101");
|
Console.WriteLine("1015");
|
||||||
|
|
||||||
var placement = new Placement
|
var placement = new Placement
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue