Example #1
0
        public void OnReceive(LoanRateQuoteStarted message)
        {
            Console.WriteLine("LoanBroker: " + message);

            creditBureau.Tell(new CheckCredit(message.LoanRateQuoteId, message.TaxId), Self);
        }
        public void OnReceive(LoanRateQuoteStarted message)
        {
            Console.WriteLine("LoanBroker: " + message);

            creditBureau.Tell(new CheckCredit(message.LoanRateQuoteId, message.TaxId), Self);
        }