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