C# Class SharpArchitecture.MultiTenant.Web.Controllers.Customers.CustomersController

Inheritance: Controller
ファイルを表示 Open project: yellowfeather/SharpArchitecture-MultiTenant

Public Methods

Method Description
CustomersController ( ICommandProcessor commandProcessor, ICustomerListQuery customerListQuery, IRepository customerRepository ) : System

Private Methods

Method Description
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

Method Details

CustomersController() public method

public CustomersController ( ICommandProcessor commandProcessor, ICustomerListQuery customerListQuery, IRepository customerRepository ) : System
commandProcessor ICommandProcessor
customerListQuery ICustomerListQuery
customerRepository IRepository
return System