forked from sanchezvem/PyroFetes
MAJ
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace API.DTO.Brand.Request
|
||||
namespace PyroFetes.DTO.Brand.Request
|
||||
{
|
||||
// DTO pour créer une nouvelle marque
|
||||
public class CreateBrandDto
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace API.DTO.Brand.Request
|
||||
namespace PyroFetes.DTO.Brand.Request
|
||||
{
|
||||
// DTO pour mettre à jour une marque existante
|
||||
public class UpdateBrandDto
|
||||
|
@@ -1,6 +1,6 @@
|
||||
using API.DTO.Brand.Request;
|
||||
using API.DTO.Brand.Response;
|
||||
using FastEndpoints;
|
||||
using PyroFetes.DTO.Brand.Request;
|
||||
|
||||
namespace PyroFetes.Endpoints.Brand;
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
using API.DTO.Brand.Request;
|
||||
using API.DTO.Brand.Response;
|
||||
using FastEndpoints;
|
||||
using PyroFetes.DTO.Brand.Request;
|
||||
|
||||
namespace PyroFetes.Endpoints.Brand;
|
||||
|
||||
|
Reference in New Issue
Block a user