Uat_Study
parent
79a3ebbf7d
commit
45754f2d57
|
@ -949,7 +949,7 @@ namespace IRaCIS.Core.API.Controllers
|
||||||
public async Task<IResponseOutput<UploadFileInfoDTO>> DownloadOfficialResume(int language, Guid[] doctorIds)
|
public async Task<IResponseOutput<UploadFileInfoDTO>> DownloadOfficialResume(int language, Guid[] doctorIds)
|
||||||
{
|
{
|
||||||
|
|
||||||
var path = _fileService.CreateDoctorsAllAttachmentZip(doctorIds);
|
var path = await _fileService.CreateDoctorsAllAttachmentZip(doctorIds);
|
||||||
return ResponseOutput.Ok(new UploadFileInfoDTO
|
return ResponseOutput.Ok(new UploadFileInfoDTO
|
||||||
{
|
{
|
||||||
FilePath = await _fileService.CreateOfficialResumeZip(language, doctorIds),
|
FilePath = await _fileService.CreateOfficialResumeZip(language, doctorIds),
|
||||||
|
|
Loading…
Reference in New Issue