示例#1
0
        public PagedModel <V3CorporationStructures> Structures(SsoToken token, long corporationId, int page)
        {
            if (page < 1)
            {
                throw new EsiException("Pages below 1 is not allowed!");
            }

            return(_internalLatestCorporations.Structures(token, corporationId, page));
        }