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

        //RBAC.Ch1 - START Created a Reference to retrieve the details of all users needed for RBAC system.
        /// <summary>Returns a dataset of all users details.</summary>
        public DataSet GetAllUserDetails()
        {
            return(Auth.GetAllUserDetails());
        }