コード例 #1
0
ファイル: CommentManager.cs プロジェクト: ferdifirat/MVCBlog
 public List <CommentDto> GetListWithUserInformation(Expression <Func <Comment, bool> > expression = null)
 {
     return(_commentDal.GetListWithUserInformation(expression));
 }