Ejemplo n.º 1
0
 public ThresholdController(IThresholdService tresholdService)
 {
     _thresholdService = tresholdService;
 }
Ejemplo n.º 2
0
 public TriggerController(IIftttService ifttt, IThresholdService threshold)
 {
     Ifttt     = ifttt;
     Threshold = threshold;
 }