From 5660e4958d43846b68e4e64d708b023310db34ff Mon Sep 17 00:00:00 2001 From: Nestisse Date: Fri, 8 Mar 2024 11:19:45 +0100 Subject: [PATCH] Fin du projet --- API_SQLuedo/TestConsoleEf/Program.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/API_SQLuedo/TestConsoleEf/Program.cs b/API_SQLuedo/TestConsoleEf/Program.cs index eb2863e..380fe1e 100644 --- a/API_SQLuedo/TestConsoleEf/Program.cs +++ b/API_SQLuedo/TestConsoleEf/Program.cs @@ -117,5 +117,4 @@ using (var db = new StubbedContext(options)) await db.SaveChangesAsync(); } } -} - +} \ No newline at end of file