Browse Source

download CV

pull/141/head
Dzenis Hadzifejzovic 3 years ago
parent
commit
5fb75d1e06
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Diligent.WebAPI.Business/Services/ApplicantService.cs

+ 1
- 0
Diligent.WebAPI.Business/Services/ApplicantService.cs View File

@@ -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…
Cancel
Save