namespace Domain.Dtos.Sales { public class SalesDocumentDeliveryNoteItemSelectionDto { public int DeliveryNoteDetailId { get; set; } public decimal SelectedQuantity { get; set; } } }