diff --git a/DigitalData.Core.Application/Interfaces/Repository/ICRUDRepository.cs b/DigitalData.Core.Application/Interfaces/Repository/ICRUDRepository.cs
index 27103f6..872bb75 100644
--- a/DigitalData.Core.Application/Interfaces/Repository/ICRUDRepository.cs
+++ b/DigitalData.Core.Application/Interfaces/Repository/ICRUDRepository.cs
@@ -5,6 +5,7 @@
///
/// The type of the entity this repository works with.
/// The type of the identifier for the entity.
+ [Obsolete("Use IRepository")]
public interface ICRUDRepository where TEntity : class
{
///