From 95ed1e83acf2f3a13830370aeeef6cc07ea18aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yana=C3=ABl=20GRETTE?= Date: Thu, 18 Feb 2021 15:52:14 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20r=C3=A9cup=C3=A9ration=20du?= =?UTF-8?q?=20r=C3=A9f=C3=A9rent=20de=20l'EP=20li=C3=A9=20=C3=A0=20la=20de?= =?UTF-8?q?mande=20de=20d=C3=A9l=C3=A9gation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EPAServeur/Services/DemandeDelegationService.cs | 1 + 1 file changed, 1 insertion(+) 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,