Esempio n. 1
0
 public ICommonStateGetter(ServiceCtx context)
 {
     _apmManagerServer       = new Apm.ManagerServer(context);
     _apmSystemManagerServer = new Apm.SystemManagerServer(context);
     _lblControllerServer    = new Lbl.LblControllerServer(context);
 }
Esempio n. 2
0
 public ICommonStateGetter(ServiceCtx context)
 {
     apmManagerServer       = new Apm.ManagerServer(context);
     apmSystemManagerServer = new Apm.SystemManagerServer(context);
 }