Exemplo n.º 1
0
 public Specification <T> OrNot(Specification <T> other) => Or(other.Not());
Exemplo n.º 2
0
 public Specification <T> AndNot(Specification <T> other) => And(other.Not());