MediatRWithEFCoreDemo/ │ ├── Controllers/ │ └── ProductsController.cs # API Endpoints │ ├── Features/ │ └── Products/ │ ├── Commands/ # Create, Update, Delete Commands │ └── Queries/ # GetOne, GetAll ...