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();