ProductStyleIntegrationSource.cs 237 B

1234567891011
  1. using InABox.Core;
  2. namespace Comal.Classes
  3. {
  4. [Caption("Integrations")]
  5. public class ProductStyleIntegrationSource : BaseIntegrationSource<ProductStyle,ProductStyleLink>, ILicense<ProductManagementLicense>
  6. {
  7. }
  8. }