Example #1
0
        public int AceptarReporte(string dato, string user)
        {
            int fk_id_reporte = int.Parse(dato);

            dao_cierre.AgregarCierreMes(fk_id_reporte, user, fecha.fecha());


            int result = daoreporte.aceptarreporte(dato, user, fecha.fecha());

            return(result);
        }