コード例 #1
0
 public Comment GetBy(Expression <Func <Comment, bool> > expression = null)
 {
     return(commentDal.GetBy(expression));
 }