Пример #1
0
 public ThresholdController(IThresholdService tresholdService)
 {
     _thresholdService = tresholdService;
 }
Пример #2
0
 public TriggerController(IIftttService ifttt, IThresholdService threshold)
 {
     Ifttt     = ifttt;
     Threshold = threshold;
 }