示例#1
0
        //function that handles the retrieval of the user type
        public string get_user_type(string user_id)
        {
            Database_Connection con = new Database_Connection();

            return(con.get_user_type(user_id));
        }