IAwgLabour.cs 114 B

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