Exemplo n.º 1
0
 public override void InitRpcServer(IRpcServer server)
 {
     server.Register <IRpcServiceSample, RpcServiceSample>();
 }