コード例 #1
0
ファイル: CommentManager.cs プロジェクト: ferdifirat/MVCBlog
 public List <CommentDto> GetCommentsWithUserInformation()
 {
     return(_commentDal.GetCommentsWithUserInformation());
 }