C# Class CleanCart.Controllers.ShopCatalogController

Inheritance: Controller
Mostrar archivo Open project: ElapseTech/cleancart.net Class Usage Examples

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ViewResult
ShopCatalogController ( ) : CleanCart.ApplicationServices
ShopCatalogController ( IShopCatalogService shopCatalogService ) : CleanCart.ApplicationServices

Method Details

Index() public method

public Index ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

ShopCatalogController() public method

public ShopCatalogController ( ) : CleanCart.ApplicationServices
return CleanCart.ApplicationServices

ShopCatalogController() public method

public ShopCatalogController ( IShopCatalogService shopCatalogService ) : CleanCart.ApplicationServices
shopCatalogService IShopCatalogService
return CleanCart.ApplicationServices