aboutsummaryrefslogtreecommitdiff
path: root/src/Data/DevHive.Data/Interfaces/IRepository.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/DevHive.Data/Interfaces/IRepository.cs')
-rw-r--r--src/Data/DevHive.Data/Interfaces/IRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/DevHive.Data/Interfaces/IRepository.cs b/src/Data/DevHive.Data/Interfaces/IRepository.cs
index 0d11cd3..7db8667 100644
--- a/src/Data/DevHive.Data/Interfaces/IRepository.cs
+++ b/src/Data/DevHive.Data/Interfaces/IRepository.cs
@@ -1,7 +1,7 @@
using System;
using System.Threading.Tasks;
-namespace DevHive.Data.Repositories.Interfaces
+namespace DevHive.Data.Interfaces
{
public interface IRepository<TEntity>
where TEntity : class