Exemplo n.º 1
0
 public void AddOverReceipt(SubPaymentReceipt receipt)
 {
     _overPaymentReceipts.Add(receipt);
 }
Exemplo n.º 2
0
 public void AddSubReceipt(SubPaymentReceipt subReceipt)
 {
     subReceipt.SetParent(this);
     _subPaymentReceipts.Add(subReceipt);
 }