C# Class BeforeAutomapper.Controllers.CustomerController

Inheritance: Controller
Afficher le fichier Open project: jeffreypalermo/mvc2inaction

Méthodes publiques

Méthode 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 méthode

public CustomerController ( ) : System.Collections.Generic
Résultat System.Collections.Generic

CustomerController() public méthode

public CustomerController ( ICustomerRepository repository ) : System.Collections.Generic
repository ICustomerRepository
Résultat System.Collections.Generic

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

Show() public méthode

public Show ( int id ) : System.Web.Mvc.ViewResult
id int
Résultat System.Web.Mvc.ViewResult