after refactor cleanup
This commit is contained in:
10
DiunaBI.Infrastructure/Interfaces/IDataExporter.cs
Normal file
10
DiunaBI.Infrastructure/Interfaces/IDataExporter.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using DiunaBI.Domain.Entities;
|
||||
|
||||
namespace DiunaBI.Infrastructure.Interfaces;
|
||||
|
||||
public interface IDataExporter
|
||||
{
|
||||
string ExporterType { get; }
|
||||
bool CanExport(string exporterType);
|
||||
void Export(Layer layer);
|
||||
}
|
||||
Reference in New Issue
Block a user