include จังหวัด
This commit is contained in:
parent
899826e882
commit
2f292d25ca
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue