❔ ✅ ASP.NET Core - Implementing an API in CQRS pattern
Hey everyone, I am trying to make API integration to my ASP.NET Core app. I did something but I am not sure about is this usage is valid or not. Here is the gist of my code, and the documentation of api (you can check if you want detailed information) can you criticise and give me your opinions.
I am a junior ASP.NET Core developer. We have a project that uses CQRS pattern/architecture/design. Normally I can easily implement my MYSQL (with Dapper) queries to my controller without a problem...