We are trying out CQRS. We have a validation situation where a CustomerService (domain service) needs to know whether or not a Customer exists. Customers are unique by their
This issues does not have to be that complex:
Use the database for what it's good for and don't get hung up on ORM limitations.