From 4a24f4559d9a600e3e28be86205be28be2dd3869 Mon Sep 17 00:00:00 2001 From: "Tizian.Breuch" Date: Thu, 31 Jul 2025 15:41:32 +0200 Subject: [PATCH] namespace --- Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs b/Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs index 447e9f9..304ca0f 100644 --- a/Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs +++ b/Webshop.Api/SwaggerFilters/AddExampleSchemaFilter.cs @@ -6,7 +6,6 @@ using System; using System.Collections.Generic; using Webshop.Application.DTOs; using Webshop.Application.DTOs.Auth; -using Webshop.Application.DTOs.Categories; using Webshop.Application.DTOs.Categorys; using Webshop.Application.DTOs.Customers; using Webshop.Application.DTOs.Discounts;