CQRS command with complex structure
Is it okay to have command like this, is it bad approach for CQRS to have DTO inside Command?
1 Reply
depends on what do you want to do with your tags... If you create (if they don't exist) them on the fly... why not. If it's only a list of tag to reference them in your newly created template, just use a list of tag ids, no ?