I might sound dumb with this question but i am really confused. Does creating a command,query,commandhanlder,queryhandler and repositories and using dependency injection to resolve queryhandlers and commandhandlers based on query and command respectively qualify as cqs or cqrs ?
Or Using Task Parallel library for command and query handlers qualify as cqrs than cqs ?
Or Is it really based on Use Case whether there is a scenario of collaborative domain --> Multiple users trying to access limited data.