예제 #1
0
        public GastosComunes getGastoComunbyId_solandId_gasto(Int32 id_solicitud, Int32 id_tipogasto)
        {
            GastosComunes mGastosComunes = new GastosComunesDAC().getGastoComunbyId_solandId_gasto(id_solicitud, id_tipogasto);

            return(mGastosComunes);
        }
예제 #2
0
        public GastosComunes getGastos_Cero(Int32 id_solicitud)
        {
            GastosComunes mGastosComunes = new GastosComunesDAC().getGastos_Cero(id_solicitud);

            return(mGastosComunes);
        }
예제 #3
0
        public GastosComunes getGastosComunes(Int32 id_tipogasto)
        {
            GastosComunes mGastosComunes = new GastosComunesDAC().getGastosComunes(id_tipogasto);

            return(mGastosComunes);
        }
예제 #4
0
        public List <GastosComunes> getallGastosComunes(int id_familia)
        {
            List <GastosComunes> lGastosComunes = new GastosComunesDAC().getallGastosComunes(id_familia);

            return(lGastosComunes);
        }
예제 #5
0
        public string add_GastosComunes(Int16 id_tipogasto, Int32 valor, string descripcion, string cargo_contable, string transferencia, string bloqueo, int id_familia, string plandecta, string proveedor, string factura, string opcional, string ctafac)
        {
            string add = new GastosComunesDAC().add_GastoasComunes(id_tipogasto, valor, descripcion, cargo_contable, transferencia, bloqueo, id_familia, plandecta, proveedor, factura, opcional, ctafac);

            return(add);
        }
예제 #6
0
        public string add_cotizacion(string id_marca_vehiculo, string fecha_factura, int monto, string vendedor, string adquiriente)
        {
            string add = new GastosComunesDAC().add_cotizacion(id_marca_vehiculo, fecha_factura, monto, vendedor, adquiriente);

            return(add);
        }
예제 #7
0
        public List <Cotizacion> getallCotiza(string cuenta_usuario)
        {
            List <Cotizacion> lcotiza = new GastosComunesDAC().getallcotizacion(cuenta_usuario);

            return(lcotiza);
        }