コード例 #1
0
ファイル: CommentService.cs プロジェクト: yigitbas97/Blogger
 public List <Comment> GetCommentsByPostId(int postId)
 {
     return(_commentDal.GetCommentsByPostId(postId));
 }