Esempio n. 1
0
 public ValuesController(IMetricsContainer metrics, IThrottleQueue tq, IApiCaller api)
 {
     this._metrics = metrics;
     this._tq      = tq;
     this._api     = api;
 }
Esempio n. 2
0
 public ValuesController(IMetricsContainer metrics, IThrottleQueue tq)
 {
     this._metrics = metrics;
     this._tq      = tq;
 }