แก้รายงานประวัติย่อ

This commit is contained in:
Suphonchai Phoonsawat 2023-05-23 00:15:53 +07:00
parent 86a67260bb
commit 9911b7432b

View file

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