C# Класс Onion.Infrastructure.Repositories.ProductRepository

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

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

Метод Описание
GetProducts ( ) : IEnumerable
GetProductsByCategoryId ( int catId ) : IEnumerable
ProductRepository ( IRepositoryContext dbContext ) : System.Collections.Generic

Описание методов

GetProducts() публичный Метод

public GetProducts ( ) : IEnumerable
Результат IEnumerable

GetProductsByCategoryId() публичный Метод

public GetProductsByCategoryId ( int catId ) : IEnumerable
catId int
Результат IEnumerable

ProductRepository() публичный Метод

public ProductRepository ( IRepositoryContext dbContext ) : System.Collections.Generic
dbContext IRepositoryContext
Результат System.Collections.Generic