Example #1
0
 public async Task EditCommentAsync(Guid ID, CommentDTO comment)
 {
     await _commentLogic.EditComment(ID, comment);
 }