creating endpoint WareHouseProduct

This commit is contained in:
2025-10-17 16:23:39 +01:00
parent 59628717d4
commit fa72c6d777
10 changed files with 92 additions and 81 deletions

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using PyroFetes.DTO.QuotationProduct.Request;
using PyroFetes.DTO.QuotationProduct.Response;
namespace PyroFetes.Endpoints.QuoationProduct;
namespace PyroFetes.Endpoints.QuotationProduct;
public class PatchQuotationProductQuantityEndpoint(PyroFetesDbContext database) : Endpoint<PatchQuotationProductQuantityDto, GetQuotationProductDto>
{