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; } } }