瀏覽代碼

Merge branch 'feature/2307_download_CV' of Neca/HRCenter into BE_dev

pull/143/head
safet.purkovic 3 年之前
父節點
當前提交
72ed7c0930
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Diligent.WebAPI.Business/Services/ApplicantService.cs

+ 1
- 0
Diligent.WebAPI.Business/Services/ApplicantService.cs 查看文件

@@ -76,6 +76,7 @@ namespace Diligent.WebAPI.Business.Services
}
_logger.LogInformation($"Mapping Applicant with id = {id}");
var result = _mapper.Map<ApplicantViewDto>(applicant);
result.CV = await GetCV("638077305621281656.pdf");
_logger.LogInformation($"Applicant with id = {id} mapped successfully");
return result;
}

Loading…
取消
儲存