public void AddReceiptPayment(ReceiptPayment receiptPayment) { receiptPayment.Payment = this; _receiptPayments.Add(receiptPayment); }
public void AddReceiptPayment(ReceiptPayment receiptPayment) { receiptPayment.IPP = this; _receiptPayments.Add(receiptPayment); }