IIntegrationLabour.cs 106 B

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