namespace PyroFetes.DTO.QuotationProduct.Request; public class PatchQuotationProductQuantityDto { public int Id { get; set; } public int Quantity { get; set; } }