Exemplo n.º 1
0
        private void processFaxInstruction(PaymentInfo pay)
        {
            var faxHandler = new FaxInstructionHandler();

            faxHandler.ProcessInstruction(pay);
            updateCompleted(pay);
        }
Exemplo n.º 2
0
        private void ProcessReverseFaxInstruction(PaymentInfo pay)
        {
            var faxHandler = new FaxInstructionHandler();

            faxHandler.ProcessReverseInstruction(pay);
        }