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

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

공개 메소드들

메소드 설명
GetPromotion ( System.Int64 customerId, System.Int64 productId ) : Promotion
GetPromotions ( System.Int64 customerId ) : IEnumerable

메소드 상세

GetPromotion() 공개 메소드

public GetPromotion ( System.Int64 customerId, System.Int64 productId ) : Promotion
customerId System.Int64
productId System.Int64
리턴 Tenant.Mvc.Core.Models.Promotion

GetPromotions() 공개 메소드

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