using Comal.Classes; namespace Comal.Classes { public class ProductIntegrationCode : BaseIntegrationCode<Product, ProductLink> { } }