DemandeFormation: Remplacement de la propriété OrigineFormation par OrigineDemande

develop
jboinembalome 4 years ago
parent ce44d25807
commit 80003b0c66
  1. 4
      EPAServeur/Models/Formation/DemandeFormation.cs

@ -65,8 +65,8 @@ namespace EPAServeur.Models.Formation
public ParticipationFormation ParticipationFormation { get; set; } public ParticipationFormation ParticipationFormation { get; set; }
/// <summary> /// <summary>
/// Origine de formation qui est liée à la demande de formation /// Origine de demande qui est liée à la demande de formation
/// </summary> /// </summary>
public OrigineFormation OrigineFormation { get; set; } public OrigineDemande OrigineDemande { get; set; }
} }
} }

Loading…
Cancel
Save