❔ CQRS with MediatR without Controllers
I heard that in the case of CQRS the use of controllers is redundant and not needed. Is it true? If so, how do we delegate a specific endpoint to a specific command/query?
2 Replies
controllers at the http endpoint. its infrastructure. Completely orthogonal to cqrs
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.