C# Class CacheAspect.Web.Controllers.SupplierController

Inheritance: Controller
Show file Open project: BernieCook/CacheAspect

Public Methods

Method Description
SupplierController ( ISupplierService supplierService ) : 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

SupplierController() public method

public SupplierController ( ISupplierService supplierService ) : System.Collections.Generic
supplierService ISupplierService
return System.Collections.Generic