예제 #1
0
        public IDictionary GetSmallGroupClusterTypeInformation(string authorization, int typeID)
        {
            CoreRpc rpc = new CoreRpc(authorization);

            return((IDictionary)JsonConverter.EncodeObject(rpc.GetSmallGroupClusterTypeInformation(typeID)));
        }
예제 #2
0
        public IDictionary GetSmallGroupClusterTypeInformation(string authorization, int typeID)
        {
            CoreRpc rpc = new CoreRpc(authorization);

            return (IDictionary)JsonConverter.EncodeObject(rpc.GetSmallGroupClusterTypeInformation(typeID));
        }