diff --git a/Models/Chambre.cs b/Models/Chambre.cs index a9fae54..1e86e71 100644 --- a/Models/Chambre.cs +++ b/Models/Chambre.cs @@ -18,7 +18,6 @@ public class Chambre public int StatusId { get; set; } - // Propriété de navigation pour associer l'objet Status (non stockée en base) [Ignore] public Status Status { get; set; } } \ No newline at end of file diff --git a/Views/Chambre/ModifierChambrePage.xaml b/Views/Chambre/ModifierChambrePage.xaml index 9294ca1..d410090 100644 --- a/Views/Chambre/ModifierChambrePage.xaml +++ b/Views/Chambre/ModifierChambrePage.xaml @@ -9,6 +9,10 @@ + +