IHvacStage.cs 112 B

123456789
  1. namespace InABox.Integration.Hvac
  2. {
  3. public interface IHvacStage : IIntegrationStage
  4. {
  5. }
  6. }