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