C# Class CleanCart.Controllers.ShopCatalogController

Inheritance: Controller
Afficher le fichier Open project: ElapseTech/cleancart.net Class Usage Examples

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ViewResult
ShopCatalogController ( ) : CleanCart.ApplicationServices
ShopCatalogController ( IShopCatalogService shopCatalogService ) : CleanCart.ApplicationServices

Method Details

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

ShopCatalogController() public méthode

public ShopCatalogController ( ) : CleanCart.ApplicationServices
Résultat CleanCart.ApplicationServices

ShopCatalogController() public méthode

public ShopCatalogController ( IShopCatalogService shopCatalogService ) : CleanCart.ApplicationServices
shopCatalogService IShopCatalogService
Résultat CleanCart.ApplicationServices