C# Class Nop.Plugin.Tax.CountryStateZip.Controllers.TaxCountryStateZipController

Inheritance: BasePluginController
Datei anzeigen Open project: emilianionascu/NopCommerce

Public Methods

Method Description
Configure ( ) : System.Web.Mvc.ActionResult
TaxCountryStateZipController ( ITaxCategoryService taxCategoryService, ICountryService countryService, IStateProvinceService stateProvinceService, ITaxRateService taxRateService ) : System

Protected Methods

Method Description
Initialize ( System requestContext ) : void

Private Methods

Method Description
AddTaxRate ( Nop.Plugin.Tax.CountryStateZip.Models.TaxRateListModel model ) : System.Web.Mvc.ActionResult
RateDelete ( int id, GridCommand command ) : System.Web.Mvc.ActionResult
RateUpdate ( Nop.Plugin.Tax.CountryStateZip.Models.TaxRateModel model, GridCommand command ) : System.Web.Mvc.ActionResult
RatesList ( GridCommand command ) : System.Web.Mvc.ActionResult

Method Details

Configure() public method

public Configure ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Initialize() protected method

protected Initialize ( System requestContext ) : void
requestContext System
return void

TaxCountryStateZipController() public method

public TaxCountryStateZipController ( ITaxCategoryService taxCategoryService, ICountryService countryService, IStateProvinceService stateProvinceService, ITaxRateService taxRateService ) : System
taxCategoryService ITaxCategoryService
countryService ICountryService
stateProvinceService IStateProvinceService
taxRateService ITaxRateService
return System