WIP: AI Validator
This commit is contained in:
11
DiunaBI.Infrastructure/Interfaces/IDataValidator.cs
Normal file
11
DiunaBI.Infrastructure/Interfaces/IDataValidator.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using DiunaBI.Domain.Entities;
|
||||
|
||||
namespace DiunaBI.Infrastructure.Interfaces;
|
||||
|
||||
public interface IDataValidator
|
||||
{
|
||||
string ValidatorType { get; }
|
||||
|
||||
bool CanValidate(string validatorType);
|
||||
void Validate(Layer validationWorker);
|
||||
}
|
||||
Reference in New Issue
Block a user