This commit is contained in:
Tizian.Breuch
2025-08-01 15:21:40 +02:00
parent 4dfc50d572
commit 1317844ce5
19 changed files with 66 additions and 147 deletions

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
using System.Threading.Tasks;
namespace Webshop.Application.DTOs.categories
namespace Webshop.Application.DTOs.Categorie
{
public class CategorieDto
{

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
using System.Threading.Tasks;
namespace Webshop.Application.DTOs.categories
namespace Webshop.Application.DTOs.Categorie
{
public class CreatecategorieDto
{

View File

@@ -2,7 +2,7 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Webshop.Application.DTOs.categories;
using Webshop.Application.DTOs.Categorie;
namespace Webshop.Application.DTOs.Products