This commit is contained in:
2025-10-09 17:43:32 +02:00
parent 59ddb9f7b2
commit f0ec7cd4d4
4 changed files with 4 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
namespace PyroFetes.DTO.PurchaseProduct.Request;
namespace PyroFetes.DTO.WareHouseProduct.Request;
public class CreateWareHouseProductDto
{

View File

@@ -1,4 +1,4 @@
namespace PyroFetes.DTO.PurchaseProduct.Request;
namespace PyroFetes.DTO.WareHouseProduct.Request;
public class PatchWareHouseProductQuantityDto
{

View File

@@ -1,4 +1,4 @@
namespace PyroFetes.DTO.PurchaseProduct.Request;
namespace PyroFetes.DTO.WareHouseProduct.Request;
public class UpdateWareHouseProductDto
{

View File

@@ -1,6 +1,4 @@
using PyroFetes.Models;
namespace PyroFetes.DTO.PurchaseProduct.Response;
namespace PyroFetes.DTO.WareHouseProduct.Response;
public class GetWareHouseProductDto
{