diff --git a/SharedLibraryCore/Dtos/ClientInfoResult.cs b/SharedLibraryCore/Dtos/ClientInfoResult.cs index 28f90634..22ae8e6c 100644 --- a/SharedLibraryCore/Dtos/ClientInfoResult.cs +++ b/SharedLibraryCore/Dtos/ClientInfoResult.cs @@ -1,5 +1,4 @@ using System; -using Data.Models; namespace SharedLibraryCore.Dtos; diff --git a/WebfrontCore/Controllers/API/ClientController.cs b/WebfrontCore/Controllers/API/ClientController.cs index b7e7bbd6..421dd72b 100644 --- a/WebfrontCore/Controllers/API/ClientController.cs +++ b/WebfrontCore/Controllers/API/ClientController.cs @@ -9,7 +9,6 @@ using System.Security.Claims; using System.Threading.Tasks; using Data.Models; -using Humanizer; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.Extensions.Logging;