IAwgBOMItem.cs 103 B

123456
  1. namespace InABox.Integration.Awg
  2. {
  3. public interface IAwgBOMItem : IIntegrationBOMItem
  4. {
  5. }
  6. }