Ejemplo n.º 1
0
 public ReceiptPayment( decimal mAmount, string strReferenceNo, IPP iPP, Payment payment, Receipt receipt )
 {
     this._mAmount = mAmount;
     this._strReferenceNo = strReferenceNo;
     this._iPP = iPP;
     this._payment = payment;
     this._receipt = receipt;
 }
Ejemplo n.º 2
0
 public void AddPayment(Payment payment)
 {
     payment.PaymentGroup = this;
     _payments.Add(payment);
 }
Ejemplo n.º 3
0
 public void AddPayment(Payment payment)
 {
     payment.PaymentGroup = this;
     _payments.Add(payment);
 }