C# Класс Tenant.Mvc.Core.Repositories.Recommendations.PromotionsRepository

Наследование: IPromotionsRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
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