示例#1
0
 public void AddReceiptPayment(ReceiptPayment receiptPayment)
 {
     receiptPayment.Payment = this;
     _receiptPayments.Add(receiptPayment);
 }
示例#2
0
文件: IPP.cs 项目: kimykunjun/test
 public void AddReceiptPayment(ReceiptPayment receiptPayment)
 {
     receiptPayment.IPP = this;
     _receiptPayments.Add(receiptPayment);
 }