| DepartmentTaxClassInfoProviderAddTaxClassToDepartment Method  | 
            Sets relationship between specified department and tax class.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntaxpublic static void AddTaxClassToDepartment(
	int taxClassId,
	int departmentId
)
Parameters
- taxClassId
 - Type: SystemInt32
Tax class ID - departmentId
 - Type: SystemInt32
Department ID 
See Also