IIntegrationSupplier.cs 105 B

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