namespace Domain.Dtos { public class QuoteCustomerDocumentDto { public string DocumentType { get; set; } = ""; public string Number { get; set; } = ""; } }