Plugins engine is working
This commit is contained in:
11
src/Backend/DiunaBI.Core/Interfaces/IDataImporter.cs
Normal file
11
src/Backend/DiunaBI.Core/Interfaces/IDataImporter.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using DiunaBI.Core.Models;
|
||||
|
||||
namespace DiunaBI.Core.Interfaces;
|
||||
|
||||
public interface IDataImporter
|
||||
{
|
||||
string ImporterType { get; }
|
||||
|
||||
bool CanImport(string importerType);
|
||||
void Import(Layer importWorker);
|
||||
}
|
||||
Reference in New Issue
Block a user