DemandeFormationDTO: Remplacement de la propriété FormationDTO par FormationDetailsDTO

develop
jboinembalome 4 years ago
parent d7f93b4913
commit 72eb5ce675
  1. 2
      EPAServeur/DTO/DemandeFormationDTO.cs

@ -109,7 +109,7 @@ namespace IO.Swagger.DTO
/// Gets or Sets Formation /// Gets or Sets Formation
/// </summary> /// </summary>
[DataMember(Name="formation")] [DataMember(Name="formation")]
public FormationDTO Formation { get; set; } public FormationDetailsDTO Formation { get; set; }
/// <summary> /// <summary>
/// Returns the string presentation of the object /// Returns the string presentation of the object

Loading…
Cancel
Save