Пример #1
0
        private void SendWithdrawal(long acctNum, int amount)
        {
            Withdrawal eventBean = new Withdrawal(acctNum, amount);

            _withdrawalSender.SendEvent(eventBean);
        }
Пример #2
0
        private void SendWithdrawal(long acctNum, int amount)
        {
            Withdrawal eventBean = new Withdrawal(acctNum, amount);

            _epService.EPRuntime.SendEvent(eventBean);
        }