ProductIntegrationGrid.cs 179 B

12345678
  1. using Comal.Classes;
  2. namespace PRSDesktop.Integrations.Common;
  3. public class ProductIntegrationGrid : BaseIntegrationGrid<ProductIntegrationSource, Product, ProductLink>
  4. {
  5. }