ILogikalProduct.cs 111 B

123456
  1. namespace InABox.Integration.Logikal
  2. {
  3. public interface ILogikalProduct : IIntegrationProduct
  4. {
  5. }
  6. }