IMonitored.cs 112 B

123456
  1. namespace Quadarax.Foundation.Core.QMonitor.Interfaces
  2. {
  3. public interface IMonitored
  4. {
  5. }
  6. }