Ejemplo n.º 1
0
        public Boolean getEnvioNotificacion(String fecha, int idcentro)
        {
            Boolean  res = false;
            ADEvento obj = new ADEvento();

            res = obj.GetVerificaEnvioNotificacion(fecha, idcentro);
            return(res);
        }