Esempio n. 1
0
        public int[] GetSmallGroupRootClusters(string authorization, int categoryID)
        {
            CoreRpc rpc = new CoreRpc(authorization);

            return(rpc.GetSmallGroupRootClusters(categoryID));
        }
Esempio n. 2
0
        public int[] GetSmallGroupRootClusters(string authorization, int categoryID)
        {
            CoreRpc rpc = new CoreRpc(authorization);

            return rpc.GetSmallGroupRootClusters(categoryID);
        }