aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Interfaces/IPostService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DevHive.Services/Interfaces/IPostService.cs')
-rw-r--r--src/DevHive.Services/Interfaces/IPostService.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DevHive.Services/Interfaces/IPostService.cs b/src/DevHive.Services/Interfaces/IPostService.cs
index 9cb21ed..dd886b4 100644
--- a/src/DevHive.Services/Interfaces/IPostService.cs
+++ b/src/DevHive.Services/Interfaces/IPostService.cs
@@ -15,10 +15,10 @@ namespace DevHive.Services.Interfaces
Task<bool> UpdateComment(UpdateCommentServiceModel commentServiceModel);
Task<bool> UpdatePost(UpdatePostServiceModel postServiceModel);
-
+
Task<bool> DeleteComment(Guid id);
Task<bool> DeletePost(Guid id);
-
+
Task<bool> ValidateJwtForComment(Guid commentId, string rawTokenData);
}
-} \ No newline at end of file
+}