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