using Domain.Dtos; public class QuoteAuthorizationRequest { public int QuoteId { get; set; } public List? Items { get; set; } = new(); }