C# Class CacheAspect.Web.Controllers.ProductController

Inheritance: Controller
Show file Open project: BernieCook/CacheAspect

Public Methods

Method Description
ProductController ( IProductService productService ) : System.Collections.Generic

Private Methods

Method Description
Detail ( DetailModel detailModel ) : System.Web.Mvc.ActionResult
Detail ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Success ( ) : System.Web.Mvc.ActionResult

Method Details

ProductController() public method

public ProductController ( IProductService productService ) : System.Collections.Generic
productService IProductService
return System.Collections.Generic