Beispiel #1
0
 public void AddInvoice(Invoice invoice)
 {
     Invoices.Add(invoice);
 }