예제 #1
0
        public int[] GetSmallGroups(string authorization, int clusterID)
        {
            CoreRpc rpc = new CoreRpc(authorization);

            return(rpc.GetSmallGroups(clusterID));
        }
예제 #2
0
        public int[] GetSmallGroups(string authorization, int clusterID)
        {
            CoreRpc rpc = new CoreRpc(authorization);

            return rpc.GetSmallGroups(clusterID);
        }