From ed749350b2a86a68ce44c94c28a4f70a4d57a389 Mon Sep 17 00:00:00 2001 From: Ayymoss Date: Thu, 22 Aug 2024 22:21:58 +0100 Subject: [PATCH] Remove unnecessary imports --- SharedLibraryCore/Dtos/ClientInfoResult.cs | 1 - WebfrontCore/Controllers/API/ClientController.cs | 1 - 2 files changed, 2 deletions(-) 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;