namespace PyroFetes.DTO.QuotationProduct.Request; public class CreateProductQuotationDto { public int ProductId { get; set; } public int Quantity { get; set; } }