using InABox.Core; namespace Comal.Classes { [Caption("Integrations")] public class ProductStyleIntegrationSource : BaseIntegrationSource<ProductStyle,ProductStyleLink>, ILicense<ProductManagementLicense> { } }