From 80003b0c6676d8af3da190a1f4dfb8be7353595b Mon Sep 17 00:00:00 2001 From: jboinembalome Date: Fri, 12 Mar 2021 09:18:45 +0100 Subject: [PATCH] =?UTF-8?q?DemandeFormation:=20Remplacement=20de=20la=20pr?= =?UTF-8?q?opri=C3=A9t=C3=A9=20OrigineFormation=20par=20OrigineDemande?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EPAServeur/Models/Formation/DemandeFormation.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EPAServeur/Models/Formation/DemandeFormation.cs b/EPAServeur/Models/Formation/DemandeFormation.cs index 42306dc..3152b49 100644 --- a/EPAServeur/Models/Formation/DemandeFormation.cs +++ b/EPAServeur/Models/Formation/DemandeFormation.cs @@ -65,8 +65,8 @@ namespace EPAServeur.Models.Formation public ParticipationFormation ParticipationFormation { get; set; } /// - /// Origine de formation qui est liée à la demande de formation + /// Origine de demande qui est liée à la demande de formation /// - public OrigineFormation OrigineFormation { get; set; } + public OrigineDemande OrigineDemande { get; set; } } }