C# Class SharpArchitecture.MultiTenant.Web.Controllers.Tenants.TenantsController

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

Public Methods

Method Description
TenantsController ( IRepository tenantRepository, ITenantListQuery tenantListQuery ) : System

Private Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Create ( TenantFormViewModel viewModel ) : System.Web.Mvc.ActionResult
Delete ( TenantFormViewModel viewModel ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Edit ( TenantFormViewModel viewModel ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( int page ) : System.Web.Mvc.ActionResult

Method Details

TenantsController() public method

public TenantsController ( IRepository tenantRepository, ITenantListQuery tenantListQuery ) : System
tenantRepository IRepository
tenantListQuery ITenantListQuery
return System