Example #1
0
 public MetricService(RestUtil restUtil, IService service)
 {
     _restUtil = restUtil;
     _service  = service;
 }
Example #2
0
 public TraceService(RestUtil restUtil, IService service)
 {
     _restUtil = restUtil;
     _service  = service;
 }
Example #3
0
 public ExceptionService(RestUtil restUtil, IService service)
 {
     _restUtil = restUtil;
     _service  = service;
 }