Exemple #1
0
 public InvoiceDto(string transactionType, string layout)
 {
     Layout          = layout;
     TransactionType = transactionType;
     TradingTerms    = new TradingTermsDto();
     QuickPayment    = new QuickPaymentDto();
 }
Exemple #2
0
 public InvoiceDto()
 {
     TradingTerms = new TradingTermsDto();
     QuickPayment = new QuickPaymentDto();
 }