C# Class VirtoCommerce.WebStore.Controllers.CatalogController

Inheritance: System.Web.Mvc.ControllerBase
Afficher le fichier Open project: VirtoCommerce/vc-orchard-cms

Méthodes publiques

Méthode Description
CatalogController ( IOrchardServices orchardServices, ICatalogService catalogService, IShoppingCartService cartService ) : Orchard

Private Methods

Méthode Description
Category ( string slug, int page ) : Task
Product ( string slug ) : Task

Method Details

CatalogController() public méthode

public CatalogController ( IOrchardServices orchardServices, ICatalogService catalogService, IShoppingCartService cartService ) : Orchard
orchardServices IOrchardServices
catalogService ICatalogService
cartService IShoppingCartService
Résultat Orchard