Exemplo n.º 1
0
        /// <summary>
        ///     Retrieves a collection of <see cref="!:PackXrefModel" /> instances.
        /// </summary>
        /// <param name="packIdId">
        ///     The value which identifies the <see cref="!:PackXrefModel" /> instances to be returned.
        /// </param>
        /// <returns>
        ///     The <see cref="!:PackXrefModel" /> instances that match the specified <paramref name="packIdId" />.
        /// </returns>
        public static IEnumerable <Consensus.Document.PackXref> FetchAllByPackIdId(System.String packIdId)
        {
            ConsensusSite site = ConsensusDomain.Configuration[ConsensusDomain.Configuration.DefaultSite];

            return(PackXref.FetchAllByPackIdId(site, packIdId));
        }