This commit is contained in:
kittapath-Jool 2025-10-12 14:04:18 +07:00
parent a4968ff66f
commit 183f7e214a

View file

@ -208,11 +208,15 @@ namespace BMA.EHR.Recruit.Service.Services
// 🚀 Pre-load all lookup data once
var placementTypesCache = await _contextMetadata.PlacementTypes.ToListAsync();
Console.WriteLine("1011");
var provincesCache = await _contextOrg.province.ToListAsync();
Console.WriteLine("1012");
var districtsCache = await _contextOrg.district.ToListAsync();
Console.WriteLine("1013");
var subDistrictsCache = await _contextOrg.subDistrict.ToListAsync();
Console.WriteLine("1014");
var educationLevelsCache = await _contextOrg.educationLevel.ToListAsync();
Console.WriteLine("101");
Console.WriteLine("1015");
var placement = new Placement
{