namespace PyroFetes.DTO.Quotation.Request; public class GetQuotationPdfDto { public int Id { get; set; } }