Fényképek letöltése programból
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using WorkFlowCheck.Common.DTO;
|
||||
|
||||
namespace WorkFlowCheck.Web.Services.Interfaces
|
||||
{
|
||||
public interface ISystemService
|
||||
{
|
||||
Task<List<ImageFileDTO>> GetAllImageFilesAsync();
|
||||
Task<ApiResponseDTO<byte[]>> DownloadFile(string filename);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user