Namespace:
RainWorx.FrameWorx.BLL.ServiceImplementations
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Syntax
C#
public void AddSalesTaxRate( string actingUserName, string userName, int stateID, decimal taxRate, string shipping )
Parameters
- actingUserName
- Type: SystemString
- userName
- Type: SystemString
- stateID
- Type: SystemInt32
- taxRate
- Type: SystemDecimal
- shipping
- Type: SystemString
Implements
IUserServiceAddSalesTaxRate(String, String, Int32, Decimal, String)See Also