Example #1
0
        public void OnReceive(StartLoanRateQuote message)
        {
            expectedLoanRateQuotes = message.ExpectedLoanRateQuotes;

            loanBroker.Tell(new LoanRateQuoteStarted(loanRateQuoteId, taxId), Self);
        }
        public void OnReceive(StartLoanRateQuote message)
        {
            expectedLoanRateQuotes = message.ExpectedLoanRateQuotes;

            loanBroker.Tell(new LoanRateQuoteStarted(loanRateQuoteId, taxId), Self);
        }