application/dto/unit_owner_dto.rs
- Fichier:
backend/src/application/dto/unit_owner_dto.rs- Type:
RUST
- Lignes de Code:
95
- Couche:
Application (Use Cases)
- Tests:
❌ Non
À quoi sert ce fichier ?
Data Transfer Object (DTO) pour unit owner. Définit les contrats d’API REST (requêtes/réponses) avec validation et sérialisation JSON.
API Publique
Structures
AddOwnerToUnitDtoUpdateOwnershipDtoUnitOwnerResponseDtoUnitWithOwnersDtoOwnerWithUnitsDtoUnitOwnerWithDetailsDtoTransferOwnershipDto
Code Source
Voir: backend/src/application/dto/unit_owner_dto.rs
Documentation Connexe
See also
/CLAUDE
/ARCHITECTURE