Пример #1
0
 public IEnumerable <CommentDTO> GetCommentsFromNews(int newsId)
 {
     return(commentDataAccess.GetCommentsForNews(newsId));
 }