Business és Audit log hozzáadva, WEB-en letölthető
This commit is contained in:
@@ -6,7 +6,15 @@ namespace WorkFlowCheck.Web.Services.Interfaces
|
||||
{
|
||||
Task<List<ImageFileDTO>> GetAllImageFilesAsync();
|
||||
Task<ApiResponseDTO<byte[]>> DownloadFile(string filename);
|
||||
|
||||
Task<List<PDFFileDTO>> GetAllPDFFilesAsync();
|
||||
Task<ApiResponseDTO<byte[]>> DownloadPDFFile(string filename);
|
||||
|
||||
Task<List<LogFileDTO>> GetAllLogAuditFilesAsync();
|
||||
Task<ApiResponseDTO<byte[]>> DownloadAuditLogFile(string filename);
|
||||
|
||||
Task<List<LogFileDTO>> GetAllLogBusinessFilesAsync();
|
||||
Task<ApiResponseDTO<byte[]>> DownloadBusinessLogFile(string filename);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user