aboutsummaryrefslogtreecommitdiff
path: root/src/Data/DevHive.Data/Interfaces/IRatingRepository.cs
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-03-17 17:19:36 +0200
committertranstrike <transtrike@gmail.com>2021-03-17 17:19:36 +0200
commit99e3bbad3f4d2ab5999d0de508907e5985e721a4 (patch)
tree154e2542720bb5b1d6600a65a8fc71194a061edf /src/Data/DevHive.Data/Interfaces/IRatingRepository.cs
parent0161be09312fde634865f110504884119a617d5c (diff)
downloadDevHive-99e3bbad3f4d2ab5999d0de508907e5985e721a4.tar
DevHive-99e3bbad3f4d2ab5999d0de508907e5985e721a4.tar.gz
DevHive-99e3bbad3f4d2ab5999d0de508907e5985e721a4.zip
IRepository namespace fix; Useless folder removed
Diffstat (limited to 'src/Data/DevHive.Data/Interfaces/IRatingRepository.cs')
-rw-r--r--src/Data/DevHive.Data/Interfaces/IRatingRepository.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Data/DevHive.Data/Interfaces/IRatingRepository.cs b/src/Data/DevHive.Data/Interfaces/IRatingRepository.cs
index db37d00..4840c59 100644
--- a/src/Data/DevHive.Data/Interfaces/IRatingRepository.cs
+++ b/src/Data/DevHive.Data/Interfaces/IRatingRepository.cs
@@ -2,8 +2,6 @@ using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using DevHive.Data.Models;
-using DevHive.Data.Repositories.Interfaces;
-
namespace DevHive.Data.Interfaces
{
public interface IRatingRepository : IRepository<Rating>