diff options
Diffstat (limited to 'src/Services/DevHive.Services/Interfaces/ICommentService.cs')
| -rw-r--r-- | src/Services/DevHive.Services/Interfaces/ICommentService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Services/DevHive.Services/Interfaces/ICommentService.cs b/src/Services/DevHive.Services/Interfaces/ICommentService.cs index e7409a8..6d92a5d 100644 --- a/src/Services/DevHive.Services/Interfaces/ICommentService.cs +++ b/src/Services/DevHive.Services/Interfaces/ICommentService.cs @@ -6,7 +6,7 @@ namespace DevHive.Services.Interfaces { public interface ICommentService { - Task<Guid> AddComment(CreateCommentServiceModel createPostServiceModel); + Task<Guid> AddComment(CreateCommentServiceModel createCommentServiceModel); Task<ReadCommentServiceModel> GetCommentById(Guid id); |
