Przeglądaj źródła

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

pull/143/head
safet.purkovic 3 lat temu
rodzic
commit
72ed7c0930

+ 1
- 0
Diligent.WebAPI.Business/Services/ApplicantService.cs Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz