Exemplo n.º 1
0
 private async Task <bool> PostCommentExists(long id)
 {
     return(await _postRepository.CommentExistAsync(id));
 }