namespace PyroFetes.DTO.QuotationProduct.Request; // Pour création global public class CreateProductQuotationDto { public int ProductId { get; set; } public int Quantity { get; set; } }