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

Inheritance: BasePluginController
Afficher le fichier Open project: emilianionascu/NopCommerce

Méthodes publiques

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

Méthodes protégées

Méthode Description
Initialize ( System requestContext ) : void

Private Methods

Méthode 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 méthode

public Configure ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Initialize() protected méthode

protected Initialize ( System requestContext ) : void
requestContext System
Résultat void

TaxCountryStateZipController() public méthode

public TaxCountryStateZipController ( ITaxCategoryService taxCategoryService, ICountryService countryService, IStateProvinceService stateProvinceService, ITaxRateService taxRateService ) : System
taxCategoryService ITaxCategoryService
countryService ICountryService
stateProvinceService IStateProvinceService
taxRateService ITaxRateService
Résultat System