Exemplo n.º 1
0
        ///STAR Retrofit II.Ch9 - END

        /// <summary>Returns all the users.</summary>
        public DataSet GetUsers(bool ShowAll, string DO)
        {
            return(Auth.GetUsers(S, ShowAll, DO));
        }