C# Class Tenant.Mvc.Core.Repositories.Recommendations.PromotionsRepository

Inheritance: IPromotionsRepository
Mostrar archivo Open project: Microsoft/WingTipTickets

Public Methods

Method Description
GetPromotion ( System.Int64 customerId, System.Int64 productId ) : Promotion
GetPromotions ( System.Int64 customerId ) : IEnumerable

Method Details

GetPromotion() public method

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

GetPromotions() public method

public GetPromotions ( System.Int64 customerId ) : IEnumerable
customerId System.Int64
return IEnumerable