aboutsummaryrefslogtreecommitdiff
path: root/src/Services/DevHive.Services/Interfaces
diff options
context:
space:
mode:
authorDanail Dimitrov <danaildimitrov321@gmail.com>2021-03-03 10:27:26 +0200
committerDanail Dimitrov <danaildimitrov321@gmail.com>2021-03-03 10:27:26 +0200
commitf986ca67edd425c32eaec5a20fecdc5786f9d8e3 (patch)
tree1d63feb6622257735a4a5e878ba9e7fd1cafbfc7 /src/Services/DevHive.Services/Interfaces
parent804d274223734ea1c67920622ceb453cca602fc9 (diff)
downloadDevHive-f986ca67edd425c32eaec5a20fecdc5786f9d8e3.tar
DevHive-f986ca67edd425c32eaec5a20fecdc5786f9d8e3.tar.gz
DevHive-f986ca67edd425c32eaec5a20fecdc5786f9d8e3.zip
Fixing bugs in rating layer
Diffstat (limited to 'src/Services/DevHive.Services/Interfaces')
-rw-r--r--src/Services/DevHive.Services/Interfaces/IRatingService.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Services/DevHive.Services/Interfaces/IRatingService.cs b/src/Services/DevHive.Services/Interfaces/IRatingService.cs
index beea821..b262f45 100644
--- a/src/Services/DevHive.Services/Interfaces/IRatingService.cs
+++ b/src/Services/DevHive.Services/Interfaces/IRatingService.cs
@@ -16,7 +16,5 @@ namespace DevHive.Services.Interfaces
Task<ReadRatingServiceModel> UpdateRating(UpdateRatingServiceModel updateRatingServiceModel);
Task<bool> DeleteRating(Guid ratingId);
-
- Task<bool> HasUserRatedThisPost(Guid userId, Guid postId);
}
}