include จังหวัด

This commit is contained in:
Kittapath 2023-04-10 10:07:19 +07:00
parent 899826e882
commit 2f292d25ca

View file

@ -77,6 +77,9 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
.Include(x => x.LogoImg)
.Include(x => x.CMSAgencys)
.Include(x => x.CMSGovernments)
.Include(x => x.Province)
.Include(x => x.District)
.Include(x => x.SubDistrict)
.FirstOrDefaultAsync();
if (cmsCandidates == null)
{