Ejemplo n.º 1
0
 public RpcClientProxyInterceptor(IServiceIdGenerator serviceIdGenerator,
                                  IServiceEntryLocator serviceEntryLocator,
                                  ICurrentServiceKey currentServiceKey,
                                  IServiceExecutor serviceExecutor)
 {
     _serviceIdGenerator  = serviceIdGenerator;
     _serviceEntryLocator = serviceEntryLocator;
     _currentServiceKey   = currentServiceKey;
     _serviceExecutor     = serviceExecutor;
 }
Ejemplo n.º 2
0
 public TestProxyAppService(ITestAppService testAppService,
                            ICurrentServiceKey currentServiceKey)
 {
     _testAppService    = testAppService;
     _currentServiceKey = currentServiceKey;
 }