IAwgSupplier.cs 151 B

123456789
  1. using InABox.Integration;
  2. namespace InABox.Integration.Awg
  3. {
  4. public interface IAwgSupplier : IIntegrationSupplier, IAwgItem
  5. {
  6. }
  7. }