This commit is contained in:
Tizian.Breuch
2025-07-23 21:23:30 +02:00
parent 226e82c513
commit 452c22851b

View File

@@ -5,7 +5,6 @@ using Microsoft.OpenApi.Any; // Wichtig für OpenApiString, OpenApiDouble etc.
using Webshop.Application.DTOs; // ProductDto, AdminProductDto, SupplierDto using Webshop.Application.DTOs; // ProductDto, AdminProductDto, SupplierDto
using Webshop.Application.DTOs.Auth; // LoginRequestDto, RegisterRequestDto, AuthResponseDto using Webshop.Application.DTOs.Auth; // LoginRequestDto, RegisterRequestDto, AuthResponseDto
using Webshop.Application.DTOs.Users; // UserDto using Webshop.Application.DTOs.Users; // UserDto
using Webshop.Domain.Enums; // Für Enums in DTOs (z.B. AddressType, DiscountType etc.)
namespace Webshop.Api.SwaggerFilters namespace Webshop.Api.SwaggerFilters
{ {