Ejemplo n.º 1
0
 public HelloWorldService(ClientConnectionInfo client, IRegisterServiceInvocation trace)
 {
     _client = client;
     _trace  = trace;
 }
Ejemplo n.º 2
0
 public SerDeserService(IRegisterServiceInvocation trace)
 {
     _trace = trace;
 }
Ejemplo n.º 3
0
 public ServerSentEventsService(
     Subscription <SomeNotif, SomeNotifFilter> subs, IRegisterServiceInvocation trace)
 {
     _subs  = subs;
     _trace = trace;
 }