============================= domain/services/pcn_mapper.rs ============================= :Fichier: ``backend/src/domain/services/pcn_mapper.rs`` :Type: RUST :Lignes de Code: 313 :Couche: Domain (Métier) :Tests: ✅ Oui À quoi sert ce fichier ? ======================== Service de domaine **pcn mapper**. Contient la logique métier complexe nécessitant plusieurs entités (orchestration domaine). API Publique ============ Structures ---------- - ``PcnAccount`` - ``PcnMapper`` - ``PcnReportLine`` Fonctions --------- - ``new()`` - ``map_expense_to_pcn()`` - ``generate_report()`` Code Source =========== Voir: ``backend/src/domain/services/pcn_mapper.rs`` Documentation Connexe ===================== .. seealso:: - :doc:`/CLAUDE` - :doc:`/ARCHITECTURE`