...
This commit is contained in:
@@ -81,7 +81,7 @@ namespace Shared.DTOs
|
||||
public ICollection<InvoiceItemDTO> items { get; set; }=new List<InvoiceItemDTO>();
|
||||
public ICollection<InvoicePaymentDTO> payments { get; set; } = new List<InvoicePaymentDTO>();
|
||||
// public ICollection<InvoiceStatusDto> Invoicestatuschanges { get; set; }
|
||||
// public ICollection<InvoiceSendTaxDTO> InvoiceSendTaxs { get; set; }
|
||||
public ICollection<SentTaxDto> InvoiceSendTaxs { get; set; }=new List<SentTaxDto> { };
|
||||
|
||||
}
|
||||
public class InvoiceItemDTO
|
||||
|
Reference in New Issue
Block a user