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

Inheritance: IPromotionsRepository
Afficher le fichier Open project: Microsoft/WingTipTickets

Méthodes publiques

Méthode Description
GetPromotion ( System.Int64 customerId, System.Int64 productId ) : Promotion
GetPromotions ( System.Int64 customerId ) : IEnumerable

Method Details

GetPromotion() public méthode

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

GetPromotions() public méthode

public GetPromotions ( System.Int64 customerId ) : IEnumerable
customerId System.Int64
Résultat IEnumerable