Beispiel #1
0
        public IPayment ProcessDebit()
        {
            var type = new Echecks();

            type.Debit();

            return(type);
        }
Beispiel #2
0
        public IPayment ProcessCredit()
        {
            var type = new Echecks();

            type.Credit();

            return(type);
        }