IAWGProductGroup.cs 118 B

1234567
  1. namespace InABox.Integration
  2. {
  3. public interface IAWGProductGroup : IIntegrationProductGroup
  4. {
  5. }
  6. }