IIntegrationStage.cs 124 B

123456789
  1. namespace InABox.Integration
  2. {
  3. public interface IIntegrationStage
  4. {
  5. string Title { get; set; }
  6. }
  7. }