C# Class PetStore.Service.DefaultRecommendationService

A clever recommendation service should use some branch of AI to suggest meaningfull products (think adaptive resonance theory / http://jroller.com/page/hammett?entry=finally_something_interesting_on_my) based on the history of the customer (if available). But we just pick up some random products
Inheritance: IRecommendationService
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
DefaultRecommendationService ( IProductDataAccess productDataAccess ) : System
GetProducts ( PetStore.Model.Customer customer ) : PetStore.Model.Product[]

Method Details

DefaultRecommendationService() public méthode

public DefaultRecommendationService ( IProductDataAccess productDataAccess ) : System
productDataAccess IProductDataAccess
Résultat System

GetProducts() public méthode

public GetProducts ( PetStore.Model.Customer customer ) : PetStore.Model.Product[]
customer PetStore.Model.Customer
Résultat PetStore.Model.Product[]