From 9911b7432b4c3c7574c50704081fdfb8bd561b3f Mon Sep 17 00:00:00 2001 From: Suphonchai Phoonsawat Date: Tue, 23 May 2023 00:15:53 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=A3=E0=B8=B2?= =?UTF-8?q?=E0=B8=A2=E0=B8=87=E0=B8=B2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0?= =?UTF-8?q?=E0=B8=A7=E0=B8=B1=E0=B8=95=E0=B8=B4=E0=B8=A2=E0=B9=88=E0=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controllers/ProfileReportController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Controllers/ProfileReportController.cs b/Controllers/ProfileReportController.cs index 99541ac..952fbe2 100644 --- a/Controllers/ProfileReportController.cs +++ b/Controllers/ProfileReportController.cs @@ -90,6 +90,7 @@ namespace BMA.EHR.Report.Service.Controllers }).ToList(); var profiles = _context.Profiles.AsQueryable() + .Include(x => x.Avatar) .Include(x => x.Salaries) .Include(x => x.Educations) .ToList();