IV6ProductGroup.cs 112 B

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