소스 검색

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…
취소
저장