예제 #1
0
 public Task <IList <CommentDTO> > GetCommentsAsync(Guid postGuid)
 {
     return(MockHelper.CreateMockComments(postGuid));
 }