コード例 #1
0
        public static eAjax fnListaRoles()
        {
            eAjax    oAjax   = new eAjax();
            RolesDAO dao     = new RolesDAO();
            string   sresult = dao.fnListaRol();

            oAjax.iTipoResultado = 1;
            oAjax.sValor1        = sresult;

            return(oAjax);
        }