コード例 #1
0
ファイル: CommentService.cs プロジェクト: Rista5/Newsman
 public IEnumerable <CommentDTO> GetCommentsFromNews(int newsId)
 {
     return(commentDataAccess.GetCommentsForNews(newsId));
 }