added UpdateQuotationDto.cs

This commit is contained in:
2025-12-12 21:18:13 +01:00
parent 65cff130e4
commit 2fa74ccba8
3 changed files with 44 additions and 2 deletions

View File

@@ -1,8 +1,6 @@
using FastEndpoints;
using Microsoft.EntityFrameworkCore;
using PyroFetes.DTO.Quotation.Request;
using PyroFetes.DTO.Quotation.Response;
using PyroFetes.DTO.QuotationProduct.Response;
using PyroFetes.Models;
using PyroFetes.Repositories;
using PyroFetes.Specifications.Quotations;