Exemple #1
0
        public override bool Credit()
        {
            IPaymentCreditor creditor = new CreditPayment(null, _paymentManager);

            return(creditor.Credit(this));
        }
 public override bool Credit()
 {
     IPaymentCreditor creditor = new CreditPayment(null, _paymentManager);
     return creditor.Credit(this);
 }