Example #1
0
 public override Expression <Func <TType, bool> > AsExpression()
 {
     return(_leftSpec.AsExpression().Or(_rightSpec.AsExpression()));
 }
Example #2
0
 public override Expression <Func <TType, bool> > AsExpression()
 {
     return(_spec.AsExpression().Not());
 }