示例#1
0
 public List <Comment> ListThem(Expression <Func <Comment, bool> > filter = null)
 {
     return(_commentDal.ListThem(filter));
 }