示例#1
0
 public Configuration(IIntervals intervals, IThresholds thresholds, INotifications notifications)
 {
     Intervals     = intervals;
     Thresholds    = thresholds;
     Notifications = notifications;
 }
 public Configuration(IIntervals intervals)
 {
     Intervals = intervals;
 }
示例#3
0
 public Configuration(IIntervals intervals, IThresholds thresholds, INotifications notifications)
 {
     Intervals = intervals;
     Thresholds = thresholds;
     Notifications = notifications;
 }