after refactor cleanup
This commit is contained in:
11
DiunaBI.Infrastructure/Interfaces/IDataProcessor.cs
Normal file
11
DiunaBI.Infrastructure/Interfaces/IDataProcessor.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using DiunaBI.Domain.Entities;
|
||||
|
||||
namespace DiunaBI.Infrastructure.Interfaces;
|
||||
|
||||
public interface IDataProcessor
|
||||
{
|
||||
string ProcessorType { get; }
|
||||
|
||||
bool CanProcess(string processorType);
|
||||
void Process(Layer processWorker);
|
||||
}
|
||||
Reference in New Issue
Block a user