コード例 #1
0
ファイル: CommentBll.cs プロジェクト: omr111/Eticaret
 public List <Comment> ListThem(Expression <Func <Comment, bool> > filter = null)
 {
     return(_commentDal.ListThem(filter));
 }