C# Class Kooboo.Commerce.Shipping.ByWeight.Controllers.ConfigController

Inheritance: Kooboo.Commerce.Web.Framework.Mvc.CommerceController
Exibir arquivo Open project: Kooboo/Ecommerce

Public Methods

Method Description
ConfigController ( ShippingMethodService service ) : System
Load ( int methodId ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Save ( ByWeightShippingRulesModel model ) : void

Method Details

ConfigController() public method

public ConfigController ( ShippingMethodService service ) : System
service Kooboo.Commerce.Shipping.ShippingMethodService
return System

Load() public method

public Load ( int methodId ) : System.Web.Mvc.ActionResult
methodId int
return System.Web.Mvc.ActionResult