From 15a5228d19e7d4513377904bf1dea394c2e93f35 Mon Sep 17 00:00:00 2001 From: tonyfages Date: Wed, 13 Mar 2024 19:15:31 +0100 Subject: [PATCH] =?UTF-8?q?Tests=20Requete=20API=20=20=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Verax_API_EF/API_Tests_Console/Tests_Console.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Verax_API_EF/Verax_API_EF/API_Tests_Console/Tests_Console.cs b/Verax_API_EF/Verax_API_EF/API_Tests_Console/Tests_Console.cs index 8431299..e8b8c7d 100644 --- a/Verax_API_EF/Verax_API_EF/API_Tests_Console/Tests_Console.cs +++ b/Verax_API_EF/Verax_API_EF/API_Tests_Console/Tests_Console.cs @@ -12,18 +12,18 @@ class Tests_Console static async Task Main(string[] args) { - await TestUser(); + //await TestUser(); //await TestFormulaire(); //await TestArticle(); } private static async Task TestFormulaire() { - await TestFormulaireGetAll(); - await TestFormulaireGetId(); - await TestFormulaireCreate(); - await TestFormulaireDelete(); - await TestFormulaireUpdate(); + //await TestFormulaireGetAll(); + //await TestFormulaireGetId(); + //await TestFormulaireCreate(); + //await TestFormulaireDelete(); + //await TestFormulaireUpdate(); } private static async Task TestUser()