IAwgLabour.cs 129 B

12345678
  1. using System;
  2. namespace InABox.Integration.Awg
  3. {
  4. public interface IAwgLabour : IIntegrationLabour, IAwgBOMItem
  5. {
  6. }
  7. }