ILogikalLabour.cs 150 B

12345678
  1. using InABox.Integration.Awg;
  2. namespace InABox.Integration.Logikal
  3. {
  4. public interface ILogikalLabour : ILogikalBOMItem, IAwgLabour
  5. {
  6. }
  7. }