Method | Description | |
---|---|---|
GetProducts ( ) : IEnumerable |
||
GetProductsByCategoryId ( int catId ) : IEnumerable |
||
ProductRepository ( IRepositoryContext dbContext ) : System.Collections.Generic |
public GetProductsByCategoryId ( int catId ) : IEnumerable |
||
catId | int | |
return | IEnumerable |
public ProductRepository ( IRepositoryContext dbContext ) : System.Collections.Generic | ||
dbContext | IRepositoryContext | |
return | System.Collections.Generic |