| @@ -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; | |||
| } | |||