Example #1
0
 public void AddReceiptPayment(ReceiptPayment receiptPayment)
 {
     receiptPayment.Payment = this;
     _receiptPayments.Add(receiptPayment);
 }
Example #2
0
 public void AddReceiptPayment(ReceiptPayment receiptPayment)
 {
     receiptPayment.IPP = this;
     _receiptPayments.Add(receiptPayment);
 }