예제 #1
0
 public InvokeLocal(RpcServiceProxyFactory rpcServiceProxyFactory)
 {
     _rpcServiceProxyFactory = rpcServiceProxyFactory;
 }
예제 #2
0
 public UserService(RpcServiceProxyFactory rpcServiceProxy)
 {
     _rpcServiceProxy = rpcServiceProxy;
 }
예제 #3
0
 public ProductService(RpcServiceProxyFactory rpcServiceProxy)
 {
     _rpcServiceProxy = rpcServiceProxy;
 }