Exemplo n.º 1
0
        public void OnReceive(ProcessStarted message)
        {
            Console.WriteLine("LoanBroker: " + message);

            message.Process.Tell(new StartLoanRateQuote(banks.Length), Self);
        }
Exemplo n.º 2
0
        public void OnReceive(ProcessStarted message)
        {
            Console.WriteLine("LoanBroker: " + message);

            message.Process.Tell(new StartLoanRateQuote(banks.Length), Self);
        }