diff --git a/EPAServeur/Services/DemandeDelegationService.cs b/EPAServeur/Services/DemandeDelegationService.cs index 824740e..9b14ecd 100644 --- a/EPAServeur/Services/DemandeDelegationService.cs +++ b/EPAServeur/Services/DemandeDelegationService.cs @@ -119,6 +119,7 @@ namespace EPAServeur.Services { Id = ep.IdEP, Collaborateur = GetCollaborateurDTO(await collaborateurAPI.ChercherCollabIdAsync(ep.IdCollaborateur)), + Referent = GetCollaborateurDTO(await collaborateurAPI.ChercherCollabIdAsync(ep.IdReferent)), DatePrevisionnelle = ep.DatePrevisionnelle, Statut = ep.Statut, Type = ep.TypeEP,