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