C# 클래스 Tenant.Mvc.Core.Repositories.Recommendations.ProductsRepository

상속: IProductsRepository
파일 보기 프로젝트 열기: Microsoft/WingTipTickets

공개 메소드들

메소드 설명
GetProduct ( System.Int64 id ) : Product
GetProducts ( ) : IEnumerable
GetRecommendedProducts ( System.Int64 customerId ) : IEnumerable
GetRelatedProducts ( System.Int64 productId ) : IEnumerable
GetSongPlayCount ( System.Int64 productId, System.Int64 customerId ) : int

메소드 상세

GetProduct() 공개 메소드

public GetProduct ( System.Int64 id ) : Product
id System.Int64
리턴 Tenant.Mvc.Core.Models.Product

GetProducts() 공개 메소드

public GetProducts ( ) : IEnumerable
리턴 IEnumerable

GetRecommendedProducts() 공개 메소드

public GetRecommendedProducts ( System.Int64 customerId ) : IEnumerable
customerId System.Int64
리턴 IEnumerable

GetRelatedProducts() 공개 메소드

public GetRelatedProducts ( System.Int64 productId ) : IEnumerable
productId System.Int64
리턴 IEnumerable

GetSongPlayCount() 공개 메소드

public GetSongPlayCount ( System.Int64 productId, System.Int64 customerId ) : int
productId System.Int64
customerId System.Int64
리턴 int