C# 클래스 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
상속: IRecommendationService
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
DefaultRecommendationService ( IProductDataAccess productDataAccess ) : System
GetProducts ( PetStore.Model.Customer customer ) : PetStore.Model.Product[]

메소드 상세

DefaultRecommendationService() 공개 메소드

public DefaultRecommendationService ( IProductDataAccess productDataAccess ) : System
productDataAccess IProductDataAccess
리턴 System

GetProducts() 공개 메소드

public GetProducts ( PetStore.Model.Customer customer ) : PetStore.Model.Product[]
customer PetStore.Model.Customer
리턴 PetStore.Model.Product[]