Esempio n. 1
0
 public List <CommentDto> GetPreviousComments(int commentId)
 {
     return(_commentDal.GetPreviousCommentDtos(commentId));
 }