From 375af949e71622b173de57b1b92c3f69e794ebcb Mon Sep 17 00:00:00 2001 From: clchieu Date: Tue, 27 Feb 2024 21:08:39 +0100 Subject: [PATCH] Suppression des using inutiles --- API_SQLuedo/DbContextLib/UserDbContext.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/API_SQLuedo/DbContextLib/UserDbContext.cs b/API_SQLuedo/DbContextLib/UserDbContext.cs index 487359a..9e0b150 100644 --- a/API_SQLuedo/DbContextLib/UserDbContext.cs +++ b/API_SQLuedo/DbContextLib/UserDbContext.cs @@ -1,8 +1,6 @@ using Entities.SQLuedoDB; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; -using Microsoft.AspNetCore.Cryptography.KeyDerivation; using Microsoft.EntityFrameworkCore; -using System.Security.Cryptography; using Microsoft.AspNetCore.Identity; namespace DbContextLib