From 53ebad6fe518709b0601467dcf70c5af62ced929 Mon Sep 17 00:00:00 2001 From: allavenavr Date: Thu, 27 Mar 2025 16:36:40 +0100 Subject: [PATCH] status fixed pour les chambres --- Models/Chambre.cs | 1 - Views/Chambre/ModifierChambrePage.xaml | 4 ++++ Views/Chambre/ModifierChambrePage.xaml.cs | 25 +++++++++++++++++++++++ Views/Client/ClientsPage.xaml.cs | 3 --- 4 files changed, 29 insertions(+), 4 deletions(-) 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 @@ + +