Ejemplo n.º 1
0
        public int AddEnvioNotificacion(String fecha, int idcentro)
        {
            int      fila = 0;
            ADEvento obj  = new ADEvento();

            try
            {
                fila = obj.AddEnvioNotificacionEvento(fecha, idcentro);
            }
            catch (Exception)
            {
                throw;
            }

            return(fila);
        }