📄️ CQRS & Application Layer
The Alert.CA.Admin.API.Application project implements the Command Query Responsibility Segregation (CQRS) pattern using MediatR. Every API request flows through this layer — controllers never access repositories or services directly.