C# Class BeforeAutomapper.Controllers.CustomerController

Inheritance: Controller
Show file Open project: jeffreypalermo/mvc2inaction

Public Methods

Method Description
CustomerController ( ) : System.Collections.Generic
CustomerController ( ICustomerRepository repository ) : System.Collections.Generic
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

Index() public method

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

Show() public method

public Show ( int id ) : System.Web.Mvc.ViewResult
id int
return System.Web.Mvc.ViewResult