From 7f7b7d8eff608e191f88fc234f9287c4c9d6ba76 Mon Sep 17 00:00:00 2001 From: "Tizian.Breuch" Date: Fri, 1 Aug 2025 09:55:49 +0200 Subject: [PATCH] naming --- 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 8d68e20..a38e162 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; // Korrigierter Namespace using Webshop.Application.DTOs.Categorys; using Webshop.Application.DTOs.Customers; using Webshop.Application.DTOs.Discounts;