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