Exemplo n.º 1
0
 public CommentDTO GetCommentById(int id)
 {
     return(commentDataAccess.GetComment(id));
 }