C# Класс BeforeAutomapper.Controllers.CustomerController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
CustomerController ( ) : System.Collections.Generic
CustomerController ( ICustomerRepository repository ) : System.Collections.Generic
Index ( ) : System.Web.Mvc.ViewResult
Show ( int id ) : System.Web.Mvc.ViewResult

Описание методов

CustomerController() публичный Метод

public CustomerController ( ) : System.Collections.Generic
Результат System.Collections.Generic

CustomerController() публичный Метод

public CustomerController ( ICustomerRepository repository ) : System.Collections.Generic
repository ICustomerRepository
Результат System.Collections.Generic

Index() публичный Метод

public Index ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

Show() публичный Метод

public Show ( int id ) : System.Web.Mvc.ViewResult
id int
Результат System.Web.Mvc.ViewResult