예제 #1
0
 public async Task <Comment> GetComment(Uri commentPermalink)
 {
     return(await redditService.GetCommentAsync(new Uri(REDDITPREFIX + commentPermalink)));
 }