Interface RecordDTO
- All Known Implementing Classes:
DepartmentDTO
,EmployeeDTO
public interface RecordDTO
This Interface is the Marker Interface for all dataset record DTOs.
This interface is used to represent any type of request payload that can be handled by a dataset-specific service
implementation.
It allows for generic handling of various record types (e.g., EmployeeDTO, DepartmentDTO) within the application
while still supporting type safety and polymorphism.