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