Добавьте файлы проекта.
This commit is contained in:
10
SQLVision.Core/Interfaces/IMemoryExportHandler.cs
Normal file
10
SQLVision.Core/Interfaces/IMemoryExportHandler.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using SQLVision.Core.Models;
|
||||
using System.Data;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SQLVision.Core.Interfaces;
|
||||
|
||||
public interface IMemoryExportHandler
|
||||
{
|
||||
Task<byte[]> ExportToMemoryAsync(DataTable data, ExportOptions options);
|
||||
}
|
||||
Reference in New Issue
Block a user