Exemple #1
0
        /*************************************************************************
        * Forum Specific Methods
        *************************************************************************/


        public Dictionary <int, string> ListAllRolesForUser(string username)
        {
            return(BusinessUtil.GetRoleListForUser(username));
        }