コード例 #1
0
 public InvokeLocal(RpcServiceProxyFactory rpcServiceProxyFactory)
 {
     _rpcServiceProxyFactory = rpcServiceProxyFactory;
 }
コード例 #2
0
 public UserService(RpcServiceProxyFactory rpcServiceProxy)
 {
     _rpcServiceProxy = rpcServiceProxy;
 }
コード例 #3
0
 public ProductService(RpcServiceProxyFactory rpcServiceProxy)
 {
     _rpcServiceProxy = rpcServiceProxy;
 }