namespace PyroFetes.DTO.Quotation.Request; public class PatchQuotationConditionsSaleDto { public int Id { get; set; } public string? ConditionsSale { get; set; } }