This commit is contained in:
2025-10-16 19:32:31 +01:00
parent b4502ae562
commit 791eff9256
3 changed files with 38 additions and 10 deletions

View File

@@ -5,8 +5,7 @@ using PyroFetes.DTO.PurchaseProduct.Response;
namespace PyroFetes.Endpoints.PurchaseProduct;
public class CreatePurchaseProductEndpoint(PyroFetesDbContext database)
: Endpoint<CreatePurchaseProductDto, GetPurchaseProductDto>
public class CreatePurchaseProductEndpoint(PyroFetesDbContext database) : Endpoint<CreatePurchaseProductDto, GetPurchaseProductDto>
{
public override void Configure()
{