diff options
| author | Danail Dimitrov <danaildimitrov321@gmail.com> | 2021-03-03 10:27:26 +0200 |
|---|---|---|
| committer | Danail Dimitrov <danaildimitrov321@gmail.com> | 2021-03-03 10:27:26 +0200 |
| commit | f986ca67edd425c32eaec5a20fecdc5786f9d8e3 (patch) | |
| tree | 1d63feb6622257735a4a5e878ba9e7fd1cafbfc7 /src/Services/DevHive.Services/Interfaces/IRatingService.cs | |
| parent | 804d274223734ea1c67920622ceb453cca602fc9 (diff) | |
| download | DevHive-f986ca67edd425c32eaec5a20fecdc5786f9d8e3.tar DevHive-f986ca67edd425c32eaec5a20fecdc5786f9d8e3.tar.gz DevHive-f986ca67edd425c32eaec5a20fecdc5786f9d8e3.zip | |
Fixing bugs in rating layer
Diffstat (limited to 'src/Services/DevHive.Services/Interfaces/IRatingService.cs')
| -rw-r--r-- | src/Services/DevHive.Services/Interfaces/IRatingService.cs | 2 |
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); } } |
