From ebbf95b31b3b4323f37e95a889a42fb047a0ca8f Mon Sep 17 00:00:00 2001 From: masapountz Date: Sun, 25 Feb 2024 12:38:29 +0100 Subject: [PATCH] Modification du Namespace --- API_SQLuedo/DbContextLib/UserDbContext.cs | 2 +- API_SQLuedo/Model/DTO/InquiryDTO.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/API_SQLuedo/DbContextLib/UserDbContext.cs b/API_SQLuedo/DbContextLib/UserDbContext.cs index c8d8a4f..a335310 100644 --- a/API_SQLuedo/DbContextLib/UserDbContext.cs +++ b/API_SQLuedo/DbContextLib/UserDbContext.cs @@ -1,4 +1,4 @@ -using Entities.SQLudeoDB; +using Entities.SQLuedoDB; using Microsoft.AspNetCore.Cryptography.KeyDerivation; using Microsoft.EntityFrameworkCore; using System.Security.Cryptography; diff --git a/API_SQLuedo/Model/DTO/InquiryDTO.cs b/API_SQLuedo/Model/DTO/InquiryDTO.cs index 0b87c5f..8060ef3 100644 --- a/API_SQLuedo/Model/DTO/InquiryDTO.cs +++ b/API_SQLuedo/Model/DTO/InquiryDTO.cs @@ -1,4 +1,4 @@ -using Entities.SQLudeoDB; +using Entities.SQLuedoDB; using System; using System.Collections.Generic; using System.Linq;