Ejemplo n.º 1
0
 public Configuration(IIntervals intervals, IThresholds thresholds, INotifications notifications)
 {
     Intervals     = intervals;
     Thresholds    = thresholds;
     Notifications = notifications;
 }
Ejemplo n.º 2
0
 public Configuration(IIntervals intervals, IThresholds thresholds, INotifications notifications)
 {
     Intervals = intervals;
     Thresholds = thresholds;
     Notifications = notifications;
 }