コード例 #1
0
        public string del_operacion_cliente_gasto_comun(string codigo, string id_cliente, string id_tipogasto)
        {
            string add = new GastooperacionfamiliaDAC().del_operacion_cliente_gasto_comun(codigo, Convert.ToInt32(id_cliente), Convert.ToInt16(id_tipogasto));

            return(add);
        }
コード例 #2
0
        public List <Gastooperacionfamilia> getEstadoByTipooperacion(string id_familia, string cliente, string codpro)
        {
            List <Gastooperacionfamilia> lEstadotipooperacion = new GastooperacionfamiliaDAC().getEstadoByFamilia(id_familia, cliente, codpro);

            return(lEstadotipooperacion);
        }