From 2f292d25caceb6c068cfe324789c362fd01429c3 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Mon, 10 Apr 2023 10:07:19 +0700 Subject: [PATCH] =?UTF-8?q?include=20=E0=B8=88=E0=B8=B1=E0=B8=87=E0=B8=AB?= =?UTF-8?q?=E0=B8=A7=E0=B8=B1=E0=B8=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Services/CMSCandidateService.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Services/CMSCandidateService.cs b/Services/CMSCandidateService.cs index fc56474..cb8d49d 100644 --- a/Services/CMSCandidateService.cs +++ b/Services/CMSCandidateService.cs @@ -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) {