C# Класс SharpArchitecture.MultiTenant.Web.Controllers.Customers.CustomersController

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

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

Метод Описание
CustomersController ( ICommandProcessor commandProcessor, ICustomerListQuery customerListQuery, IRepository customerRepository ) : System

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

Метод Описание
Create ( ) : System.Web.Mvc.ActionResult
Create ( SharpArchitecture.MultiTenant.Web.Controllers.Customers.ViewModels.CustomerFormViewModel viewModel ) : System.Web.Mvc.ActionResult
Delete ( SharpArchitecture.MultiTenant.Web.Controllers.Customers.ViewModels.CustomerFormViewModel viewModel ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Edit ( SharpArchitecture.MultiTenant.Web.Controllers.Customers.ViewModels.CustomerFormViewModel viewModel ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Import ( ) : System.Web.Mvc.ActionResult
Import ( ImportCustomersFormViewModel viewModel ) : System.Web.Mvc.ActionResult
Index ( int page ) : System.Web.Mvc.ActionResult
Upload ( System.Guid uploadKey, System.Web.HttpPostedFileBase fileData ) : System.Web.Mvc.ActionResult

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

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

public CustomersController ( ICommandProcessor commandProcessor, ICustomerListQuery customerListQuery, IRepository customerRepository ) : System
commandProcessor ICommandProcessor
customerListQuery ICustomerListQuery
customerRepository IRepository
Результат System