diff --git a/WorkFlow.Infrastructure/Contracts/IConfig.cs b/WorkFlow.Infrastructure/Contracts/IConfig.cs new file mode 100644 index 0000000..7a06085 --- /dev/null +++ b/WorkFlow.Infrastructure/Contracts/IConfig.cs @@ -0,0 +1,9 @@ +using DigitalData.Core.Abstractions.Infrastructure; +using WorkFlow.Domain.Entities; + +namespace WorkFlow.Infrastructure.Contracts +{ + public interface IConfigRepository : ICRUDRepository + { + } +} \ No newline at end of file