Asp.net – Where do I put business logic when implementing CQRS pattern using Mediatr in a .Net Clean Architecture application?
Currently I'm facing a trouble implementing the business logic using clean architecture and cqrs pattern. I'm using Mediatr and AutoMapper to do that. I have the following structure for the cqrs pattern ApplicationCore DTOs SmartphoneDto.cs Features Smartphone Handlers Commands AddSmartphoneCommandHandler.cs…