diff --git a/IRaCIS.Core.API/Controllers/ExtraController.cs b/IRaCIS.Core.API/Controllers/ExtraController.cs index 31ddce89c..08f00f072 100644 --- a/IRaCIS.Core.API/Controllers/ExtraController.cs +++ b/IRaCIS.Core.API/Controllers/ExtraController.cs @@ -62,7 +62,7 @@ namespace IRaCIS.Api.Controllers AuditView =await _doctorService.GetAuditState(doctorId), BasicInfoView = await _doctorService.GetBasicInfo(doctorId), EmploymentView = await _doctorService.GetEmploymentInfo(doctorId), - //AttachmentList = attachmentService.GetAttachments(doctorId), + AttachmentList = await attachmentService.GetAttachments(doctorId), EducationList = education.EducationList, PostgraduateList = education.PostgraduateList,