IIntegrationLabour.cs 115 B

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