C# Class Onion.Infrastructure.Repositories.ProductRepository

Inheritance: IProductRepository
Afficher le fichier Open project: sharifhkhan/OnionArchitecture

Méthodes publiques

Méthode Description
GetProducts ( ) : IEnumerable
GetProductsByCategoryId ( int catId ) : IEnumerable
ProductRepository ( IRepositoryContext dbContext ) : System.Collections.Generic

Method Details

GetProducts() public méthode

public GetProducts ( ) : IEnumerable
Résultat IEnumerable

GetProductsByCategoryId() public méthode

public GetProductsByCategoryId ( int catId ) : IEnumerable
catId int
Résultat IEnumerable

ProductRepository() public méthode

public ProductRepository ( IRepositoryContext dbContext ) : System.Collections.Generic
dbContext IRepositoryContext
Résultat System.Collections.Generic