Пример #1
0
        public string add_gastosInfraccion(Int32 id_solicitud, string codigo, string observacion, Int32 monto, string fecha)
        {
            string add = new GastosInfraccionDAC().add_gastosInfraccion(id_solicitud, codigo, observacion, monto, fecha);

            return(add);
        }
Пример #2
0
        public List <GastosInfraccion> Getinfraccion(Int32 id_solicitud)
        {
            List <GastosInfraccion> linfracion = new GastosInfraccionDAC().GetGastosInfraccionbysolicitud(id_solicitud);

            return(linfracion);
        }