From 72eb5ce675703f2516861af67964b87bcbf43640 Mon Sep 17 00:00:00 2001 From: jboinembalome Date: Fri, 12 Mar 2021 09:26:55 +0100 Subject: [PATCH] =?UTF-8?q?DemandeFormationDTO:=20Remplacement=20de=20la?= =?UTF-8?q?=20propri=C3=A9t=C3=A9=20FormationDTO=20par=20FormationDetailsD?= =?UTF-8?q?TO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EPAServeur/DTO/DemandeFormationDTO.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EPAServeur/DTO/DemandeFormationDTO.cs b/EPAServeur/DTO/DemandeFormationDTO.cs index c2ca00c..cd68fea 100644 --- a/EPAServeur/DTO/DemandeFormationDTO.cs +++ b/EPAServeur/DTO/DemandeFormationDTO.cs @@ -109,7 +109,7 @@ namespace IO.Swagger.DTO /// Gets or Sets Formation /// [DataMember(Name="formation")] - public FormationDTO Formation { get; set; } + public FormationDetailsDTO Formation { get; set; } /// /// Returns the string presentation of the object