Package org.example.crmedu.application.dto


package org.example.crmedu.application.dto
Provides Data Transfer Objects (DTOs) used for communication between different layers of the application.

The error package contains DTOs for representing error responses and handling exceptions in a structured manner. The request package includes DTOs used for capturing and validating incoming client requests. The response package contains DTOs used for formatting and structuring API responses before sending them to clients. The PageDTO class provides a generic pagination model for handling paginated API responses.