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

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

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

Метод Описание
CustomerController ( ) : System.Collections.Generic
CustomerController ( ICustomerRepository repository ) : System.Collections.Generic

Приватные методы

Метод Описание
Edit ( int id ) : System.Web.Mvc.ViewResult
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