namespace IRaCIS.Application.Interfaces { public interface IFileService { //IResponseOutput DownloadOfficialResume(Guid[] doctorIds); Task CreateOfficialResumeZip(int language, Guid[] doctorIds); Task CreateDoctorsAllAttachmentZip(Guid[] doctorIds); Task CreateZipPackageByAttachment(Guid doctorId, Guid[] attachmentIds); } }