Ejemplo n.º 1
0
        public int[] GetProfileMembers(string authorization, int profileID)
        {
            CoreRpc rpc = new CoreRpc(authorization);

            return(rpc.GetProfileMembers(profileID));
        }
Ejemplo n.º 2
0
        public int[] GetProfileMembers(string authorization, int profileID)
        {
            CoreRpc rpc = new CoreRpc(authorization);

            return rpc.GetProfileMembers(profileID);
        }