C# Class Ploeh.Samples.Loan.MortgageApplicationProcessor

Inheritance: IMortgageApplicationProcessor
Mostra file Open project: ploeh/loan

Public Methods

Method Description
MortgageApplicationProcessor ( ILocationProvider locationProvider, ITimeProvider timeProvider, IOfferService offerService ) : System
ProduceOffer ( MortgageApplication application ) : IEnumerable

Method Details

MortgageApplicationProcessor() public method

public MortgageApplicationProcessor ( ILocationProvider locationProvider, ITimeProvider timeProvider, IOfferService offerService ) : System
locationProvider ILocationProvider
timeProvider ITimeProvider
offerService IOfferService
return System

ProduceOffer() public method

public ProduceOffer ( MortgageApplication application ) : IEnumerable
application Ploeh.Samples.Loan.DataCollection.MortgageApplication
return IEnumerable