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