From 9f0f12d7e063eb1dbbe77b115c706ee8fef9d45f Mon Sep 17 00:00:00 2001 From: "cedric.charbonnel" Date: Sat, 10 Jun 2023 16:12:39 +0200 Subject: [PATCH] probleme stub --- LOLAPP/Stub/Stub.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LOLAPP/Stub/Stub.cs b/LOLAPP/Stub/Stub.cs index 54ce075..15c6dc9 100644 --- a/LOLAPP/Stub/Stub.cs +++ b/LOLAPP/Stub/Stub.cs @@ -105,8 +105,8 @@ namespace Stub a.Clear(); // Création des utilisateurs - Utilisateur u1 = new Utilisateur("John Doe", 25, "john.doe@example.com"); - Utilisateur u2 = new Utilisateur("Jane Smith", 30, "jane.smith@example.com"); + Utilisateur u1 = new Utilisateur("John Doe", "password"); + Utilisateur u2 = new Utilisateur("Jane Smith", "password"); u.Add(u1); u.Add(u2);