From 77b1cc67f53a1ef493720a7855152c6ae657dabd Mon Sep 17 00:00:00 2001 From: masapountz Date: Mon, 26 Feb 2024 16:33:08 +0100 Subject: [PATCH] Namespace inutile --- API_SQLuedo/DbContextLib/UserDbContext.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/API_SQLuedo/DbContextLib/UserDbContext.cs b/API_SQLuedo/DbContextLib/UserDbContext.cs index 2084d53..019d33c 100644 --- a/API_SQLuedo/DbContextLib/UserDbContext.cs +++ b/API_SQLuedo/DbContextLib/UserDbContext.cs @@ -1,5 +1,4 @@ using Entities.SQLuedoDB; -using Entities.SQLudeoDB; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.AspNetCore.Cryptography.KeyDerivation; using Microsoft.EntityFrameworkCore;