Méthode | Description | |
---|---|---|
CategoryController ( ) : System.Collections.Generic | ||
CategoryController ( IRepository |
||
GetCategories ( int parentId, int maxAmountOfProducts ) : IEnumerable |
||
GetCategory ( int id ) : |
Méthode | Description | |
---|---|---|
FillProducts ( IEnumerable |
||
NewCategory ( |
public CategoryController ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public CategoryController ( IRepository |
||
categoryRepository | IRepository |
|
productRepository | IProductRepository | |
Résultat | System.Collections.Generic |
public GetCategories ( int parentId, int maxAmountOfProducts ) : IEnumerable |
||
parentId | int | |
maxAmountOfProducts | int | |
Résultat | IEnumerable |
public GetCategory ( int id ) : |
||
id | int | |
Résultat |