This commit is contained in:
2025-10-09 15:50:02 +02:00
parent 08bf910437
commit 44da6ed371
14 changed files with 24 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
using PyroFetes.DTO.Product.Request;
namespace API.DTO.Product.Request
namespace PyroFetes.DTO.Product.Request
{
public class CreateProductDto
{

View File

@@ -1,6 +1,6 @@
using PyroFetes.DTO.Product.Request;
namespace API.DTO.Product.Request
namespace PyroFetes.DTO.Product.Request
{
public class UpdateProductDto
{

View File

@@ -1,8 +1,8 @@
using API.DTO.Product.Request;
using PyroFetes.DTO.Product.Request;
using PyroFetes.DTO.Product.Request;
using PyroFetes.DTO.Product.Response;
namespace API.DTO.Product.Response
namespace PyroFetes.DTO.Product.Response
{
public class GetProductDto
{