Finished converter plugin
This commit is contained in:
11
src/HopFrame.Web/Services/IFileService.cs
Normal file
11
src/HopFrame.Web/Services/IFileService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Microsoft.AspNetCore.Components.Forms;
|
||||
|
||||
namespace HopFrame.Web.Services;
|
||||
|
||||
public interface IFileService {
|
||||
|
||||
public Task DownloadFile(string name, byte[] data);
|
||||
|
||||
public Task<IBrowserFile> UploadFile();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user