C# Class WithAutomapper.Controllers.CustomerController

Inheritance: Controller
显示文件 Open project: jeffreypalermo/mvc2inaction Class Usage Examples

Public Methods

Method Description
CustomerController ( ) : System.Collections.Generic
CustomerController ( ICustomerRepository repository ) : System.Collections.Generic

Private Methods

Method Description
Edit ( int id ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult
Show ( int id ) : System.Web.Mvc.ViewResult

Method Details

CustomerController() public method

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

CustomerController() public method

public CustomerController ( ICustomerRepository repository ) : System.Collections.Generic
repository ICustomerRepository
return System.Collections.Generic