Ejemplo n.º 1
0
        /// <summary>
        /// The end user collection.
        /// </summary>
        /// <param name="userId">
        /// The user id.
        /// </param>
        /// <returns>
        /// The <see cref="bool"/>.
        /// </returns>
        public bool EndUserCollection(int userId)
        {
            var handler = new UserInfoHandler(StfLogger, WtApiConfiguration);
            var retVal  = handler.EndUserCollection(userId);

            return(retVal);
        }