IHvacLabour.cs 112 B

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