Exemplo n.º 1
0
        private void SendWithdrawal(long acctNum, int amount)
        {
            Withdrawal eventBean = new Withdrawal(acctNum, amount);

            _withdrawalSender.SendEvent(eventBean);
        }
Exemplo n.º 2
0
        private void SendWithdrawal(long acctNum, int amount)
        {
            Withdrawal eventBean = new Withdrawal(acctNum, amount);

            _epService.EPRuntime.SendEvent(eventBean);
        }