C# Class CacheAspect.Web.Controllers.CustomerController

Inheritance: Controller
Show file Open project: BernieCook/CacheAspect

Public Methods

Method Description
CustomerController ( ICustomerService customerService ) : System.Collections.Generic

Private Methods

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

Method Details

CustomerController() public method

public CustomerController ( ICustomerService customerService ) : System.Collections.Generic
customerService ICustomerService
return System.Collections.Generic