Kooboo.Commerce.Shipping.ShippingMethodService.Create C# (CSharp) Method

Create() public method

public Create ( ShippingMethod method ) : void
method ShippingMethod
return void
        public void Create(ShippingMethod method)
        {
            _repository.Insert(method);
        }