diff options
| author | transtrike <transtrike@gmail.com> | 2021-01-14 11:09:39 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-01-14 11:09:39 +0200 |
| commit | e20e89e83c73864d5dc3615733836a1f1d1565c6 (patch) | |
| tree | f081b55bc94ebf118f040d4745978de06aebc71e /src/DevHive.Services/Interfaces/IPostService.cs | |
| parent | ff79c9b4d08597368b869b38823ca04e70f5446d (diff) | |
| download | DevHive-e20e89e83c73864d5dc3615733836a1f1d1565c6.tar DevHive-e20e89e83c73864d5dc3615733836a1f1d1565c6.tar.gz DevHive-e20e89e83c73864d5dc3615733836a1f1d1565c6.zip | |
More formatting fixes
Diffstat (limited to 'src/DevHive.Services/Interfaces/IPostService.cs')
| -rw-r--r-- | src/DevHive.Services/Interfaces/IPostService.cs | 6 |
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 +} |
