ProductIntegrationSource.cs 222 B

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