Reputation: 1
i have a question, how should i validate data input by a command? I thought about using a DTO, and after validating it, mapping it to the command. But I think this is the wrong approach. What would be the correct way?
Upvotes: 0
Views: 755