C# 클래스 SharpArchitecture.MultiTenant.Web.Controllers.Customers.CustomersController

상속: Controller
파일 보기 프로젝트 열기: yellowfeather/SharpArchitecture-MultiTenant

공개 메소드들

메소드 설명
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