Fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace PyroFetes.DTO.PurchaseProduct.Request;
|
||||
namespace PyroFetes.DTO.WareHouseProduct.Request;
|
||||
|
||||
public class CreateWareHouseProductDto
|
||||
{
|
@@ -1,4 +1,4 @@
|
||||
namespace PyroFetes.DTO.PurchaseProduct.Request;
|
||||
namespace PyroFetes.DTO.WareHouseProduct.Request;
|
||||
|
||||
public class PatchWareHouseProductQuantityDto
|
||||
{
|
@@ -1,4 +1,4 @@
|
||||
namespace PyroFetes.DTO.PurchaseProduct.Request;
|
||||
namespace PyroFetes.DTO.WareHouseProduct.Request;
|
||||
|
||||
public class UpdateWareHouseProductDto
|
||||
{
|
@@ -1,6 +1,4 @@
|
||||
using PyroFetes.Models;
|
||||
|
||||
namespace PyroFetes.DTO.PurchaseProduct.Response;
|
||||
namespace PyroFetes.DTO.WareHouseProduct.Response;
|
||||
|
||||
public class GetWareHouseProductDto
|
||||
{
|
Reference in New Issue
Block a user