コード例 #1
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oCliente_destino.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_cliente", DbType.Int32, this._oCliente_destino.Id_cliente);
     GenericDataAccess.AddInParameter(this.comm, "?P_destino", DbType.String, this._oCliente_destino.Destino);
 }
コード例 #2
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oEntrada_inventario.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_entrada", DbType.Int32, this._oEntrada_inventario.Id_entrada);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_usuario", DbType.Int32, this._oEntrada_inventario.Id_usuario);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_entrada_fondeo", DbType.Int32, this._oEntrada_inventario.Id_entrada_fondeo);
     GenericDataAccess.AddInParameter(this.comm, "?P_codigo_cliente", DbType.String, this._oEntrada_inventario.Codigo_cliente);
     GenericDataAccess.AddInParameter(this.comm, "?P_referencia", DbType.String, this._oEntrada_inventario.Referencia);
     GenericDataAccess.AddInParameter(this.comm, "?P_orden_compra", DbType.String, this._oEntrada_inventario.Orden_compra);
     GenericDataAccess.AddInParameter(this.comm, "?P_codigo", DbType.String, this._oEntrada_inventario.Codigo);
     //GenericDataAccess.AddInParameter(this.comm, "?P_id_ubicacion", DbType.Int32, this._oEntrada_inventario.Id_ubicacion);
     //GenericDataAccess.AddInParameter(this.comm, "?P_id_comprador", DbType.Int32, this._oEntrada_inventario.Id_comprador);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_vendor", DbType.Int32, this._oEntrada_inventario.Id_vendor);
     GenericDataAccess.AddInParameter(this.comm, "?P_mercancia", DbType.String, this._oEntrada_inventario.Mercancia);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_nom", DbType.Int32, this._oEntrada_inventario.Id_nom);
     GenericDataAccess.AddInParameter(this.comm, "?P_solicitud", DbType.String, this._oEntrada_inventario.Solicitud);
     GenericDataAccess.AddInParameter(this.comm, "?P_factura", DbType.String, this._oEntrada_inventario.Factura);
     GenericDataAccess.AddInParameter(this.comm, "?P_valor_unitario", DbType.Double, this._oEntrada_inventario.Valor_unitario);
     GenericDataAccess.AddInParameter(this.comm, "?P_valor_factura", DbType.Double, this._oEntrada_inventario.Valor_factura);
     GenericDataAccess.AddInParameter(this.comm, "?P_piezas", DbType.Int32, this._oEntrada_inventario.Piezas);
     GenericDataAccess.AddInParameter(this.comm, "?P_bultos", DbType.Int32, this._oEntrada_inventario.Bultos);
     GenericDataAccess.AddInParameter(this.comm, "?P_bultosxpallet", DbType.Int32, this._oEntrada_inventario.Bultosxpallet);
     GenericDataAccess.AddInParameter(this.comm, "?P_pallets", DbType.Int32, this._oEntrada_inventario.Pallets);
     GenericDataAccess.AddInParameter(this.comm, "?P_piezas_recibidas", DbType.Int32, this._oEntrada_inventario.Piezas_recibidas);
     GenericDataAccess.AddInParameter(this.comm, "?P_bultos_recibidos", DbType.Int32, this._oEntrada_inventario.Bultos_recibidos);
     GenericDataAccess.AddInParameter(this.comm, "?P_piezas_falt", DbType.Int32, this._oEntrada_inventario.Piezas_falt);
     GenericDataAccess.AddInParameter(this.comm, "?P_piezas_sobr", DbType.Int32, this._oEntrada_inventario.Piezas_sobr);
     GenericDataAccess.AddInParameter(this.comm, "?P_bultos_falt", DbType.Int32, this._oEntrada_inventario.Bultos_falt);
     GenericDataAccess.AddInParameter(this.comm, "?P_bultos_sobr", DbType.Int32, this._oEntrada_inventario.Bultos_sobr);
     GenericDataAccess.AddInParameter(this.comm, "?P_observaciones", DbType.String, this._oEntrada_inventario.Observaciones);
     GenericDataAccess.AddInParameter(this.comm, "?P_fecha_maquila", DbType.DateTime, this._oEntrada_inventario.Fecha_maquila);
     GenericDataAccess.AddInParameter(this.comm, "?P_maquila_abierta", DbType.Boolean, this._oEntrada_inventario.Maquila_abierta);
 }
コード例 #3
0
        protected override void addParameters(int opcion)
        {
            GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
            GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oEntrada_estatus.Id);
            GenericDataAccess.AddInParameter(this.comm, "?P_id_usuario", DbType.Int32, this._oEntrada_estatus.Id_usuario);
            GenericDataAccess.AddInParameter(this.comm, "?P_id_entrada_inventario", DbType.Int32, this._oEntrada_estatus.Id_entrada_inventario);
            if (this._oEntrada_estatus.Id_entrada_maquila == null)
            {
                GenericDataAccess.AddInParameter(this.comm, "?P_id_entrada_maquila", DbType.Int32, DBNull.Value);
            }
            else
            {
                GenericDataAccess.AddInParameter(this.comm, "?P_id_entrada_maquila", DbType.Int32, this._oEntrada_estatus.Id_entrada_maquila);
            }

            if (this._oEntrada_estatus.Id_salida_remision == null)
            {
                GenericDataAccess.AddInParameter(this.comm, "?P_id_salida_remision", DbType.Int32, DBNull.Value);
            }
            else
            {
                GenericDataAccess.AddInParameter(this.comm, "?P_id_salida_remision", DbType.Int32, this._oEntrada_estatus.Id_salida_remision);
            }

            GenericDataAccess.AddInParameter(this.comm, "?P_id_estatus_proceso", DbType.Int32, this._oEntrada_estatus.Id_estatus_proceso);
        }
コード例 #4
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oPersonal_regla_rol.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_personal_regla", DbType.Int32, this._oPersonal_regla_rol.Id_personal_regla);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_personal_rol", DbType.Int32, this._oPersonal_regla_rol.Id_personal_rol);
 }
コード例 #5
0
ファイル: RolMng.cs プロジェクト: comparan77/4CAD-CASC
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oRol.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_nombre", DbType.String, this._oRol.Nombre);
     GenericDataAccess.AddInParameter(this.comm, "?P_descripcion", DbType.String, this._oRol.Descripcion);
 }
コード例 #6
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oPersonal_empresa.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_nombre", DbType.String, this._oPersonal_empresa.Nombre);
     GenericDataAccess.AddInParameter(this.comm, "?P_razon_social", DbType.String, this._oPersonal_empresa.Razon_social);
 }
コード例 #7
0
ファイル: ProformaMng.cs プロジェクト: comparan77/4CAD
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int64, this._oProforma.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_fecha_recibo", DbType.DateTime, this._oProforma.Fecha_recibo);
     GenericDataAccess.AddInParameter(this.comm, "?P_cliente", DbType.String, this._oProforma.Cliente);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_cliente", DbType.Int32, this._oProforma.Id_cliente);
     GenericDataAccess.AddInParameter(this.comm, "?P_referencia", DbType.String, this._oProforma.Referencia);
     GenericDataAccess.AddInParameter(this.comm, "?P_sid", DbType.String, this._oProforma.Sid);
     GenericDataAccess.AddInParameter(this.comm, "?P_sku", DbType.String, this._oProforma.Sku);
     GenericDataAccess.AddInParameter(this.comm, "?P_mercancia", DbType.String, this._oProforma.Mercancia);
     GenericDataAccess.AddInParameter(this.comm, "?P_serielote", DbType.String, this._oProforma.Serielote);
     GenericDataAccess.AddInParameter(this.comm, "?P_calidad", DbType.String, this._oProforma.Calidad);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_servicio", DbType.Int32, this._oProforma.Id_servicio);
     GenericDataAccess.AddInParameter(this.comm, "?P_fecha_servicio", DbType.DateTime, this._oProforma.Fecha_servicio);
     GenericDataAccess.AddInParameter(this.comm, "?P_nombre_servicio", DbType.String, this._oProforma.Nombre_servicio);
     GenericDataAccess.AddInParameter(this.comm, "?P_dias_servicio", DbType.Int32, this._oProforma.Dias_servicio);
     GenericDataAccess.AddInParameter(this.comm, "?P_costo_servicio", DbType.Decimal, this._oProforma.Costo_servicio);
     GenericDataAccess.AddInParameter(this.comm, "?P_fecha_expedicion", DbType.DateTime, this._oProforma.Fecha_expedicion);
     GenericDataAccess.AddInParameter(this.comm, "?P_entradas", DbType.Int32, this._oProforma.Entradas);
     GenericDataAccess.AddInParameter(this.comm, "?P_salidas", DbType.Int32, this._oProforma.Salidas);
     GenericDataAccess.AddInParameter(this.comm, "?P_saldo", DbType.Int32, this._oProforma.Saldo);
     GenericDataAccess.AddInParameter(this.comm, "?P_valor_mercancia", DbType.Decimal, this._oProforma.Valor_mercancia);
     GenericDataAccess.AddInParameter(this.comm, "?P_cantidad", DbType.Int32, this._oProforma.Cantidad);
     GenericDataAccess.AddInParameter(this.comm, "?P_total", DbType.Decimal, this._oProforma.Total);
     GenericDataAccess.AddInParameter(this.comm, "?P_aplicada", DbType.Boolean, this._oProforma.Aplicada);
     GenericDataAccess.AddInParameter(this.comm, "?P_folio_aplicada", DbType.String, this._oProforma.Folio_aplicada);
     GenericDataAccess.AddInParameter(this.comm, "?P_corte_ini", DbType.DateTime, this._oProforma.Corte_ini);
     GenericDataAccess.AddInParameter(this.comm, "?P_corte_fin", DbType.DateTime, this._oProforma.Corte_fin);
 }
コード例 #8
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oTransporte_condicion.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_transporte_condicion_categoria", DbType.Int32, this._oTransporte_condicion.Id_transporte_condicion_categoria);
     GenericDataAccess.AddInParameter(this.comm, "?P_nombre", DbType.String, this._oTransporte_condicion.Nombre);
 }
コード例 #9
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oUsuario_bodega.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_usuario", DbType.Int32, this._oUsuario_bodega.Id_usuario);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_bodega", DbType.Int32, this._oUsuario_bodega.Id_bodega);
 }
コード例 #10
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oCliente_comprador.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_cliente_grupo", DbType.Int32, this._oCliente_comprador.Id_cliente_grupo);
     GenericDataAccess.AddInParameter(this.comm, "?P_nombre", DbType.String, this._oCliente_comprador.Nombre);
 }
コード例 #11
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oPersonal_registro_ext.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_personal_registro", DbType.Int32, this._oPersonal_registro_ext.Id_personal_registro);
     GenericDataAccess.AddInParameter(this.comm, "?P_motivo", DbType.String, this._oPersonal_registro_ext.Motivo);
 }
コード例 #12
0
ファイル: DocumentoMng.cs プロジェクト: comparan77/4CAD-CASC
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oDocumento.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_nombre", DbType.String, this._oDocumento.Nombre);
     GenericDataAccess.AddInParameter(this.comm, "?P_mascara", DbType.String, this._oDocumento.Mascara);
 }
コード例 #13
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oCliente_mercancia_rotacion.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_nombre", DbType.String, this._oCliente_mercancia_rotacion.Nombre);
     GenericDataAccess.AddInParameter(this.comm, "?P_formula", DbType.String, this._oCliente_mercancia_rotacion.Formula);
 }
コード例 #14
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oEntrada_aud_mer_files.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_entrada_aud_mer", DbType.Int32, this._oEntrada_aud_mer_files.Id_entrada_aud_mer);
     GenericDataAccess.AddInParameter(this.comm, "?P_path", DbType.String, this._oEntrada_aud_mer_files.Path);
 }
コード例 #15
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oTransporte_tipo_transporte.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_transporte", DbType.Int32, this._oTransporte_tipo_transporte.Id_transporte);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_transporte_tipo", DbType.Int32, this._oTransporte_tipo_transporte.Id_transporte_tipo);
 }
コード例 #16
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oAduana.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_clave", DbType.String, this._oAduana.Clave);
     GenericDataAccess.AddInParameter(this.comm, "?P_nombre", DbType.String, this._oAduana.Nombre);
 }
コード例 #17
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oCliente_ejecutivo.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_cliente_grupo", DbType.Int32, this._oCliente_ejecutivo.Id_cliente_grupo);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_usuario", DbType.Int32, this._oCliente_ejecutivo.Id_usuario);
 }
コード例 #18
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oPersonal_foto.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_foto", DbType.String, this._oPersonal_foto.Foto);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_usuario", DbType.Int32, this._oPersonal_foto.Id_usuario);
 }
コード例 #19
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oCliente_reg_cte.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_cliente", DbType.Int32, this._oCliente_reg_cte.Id_cliente);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_cliente_regimen", DbType.Int32, this._oCliente_reg_cte.Id_cliente_regimen);
 }
コード例 #20
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oPersonal_qr.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_idf", DbType.String, this._oPersonal_qr.Idf);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_personal", DbType.Int32, this._oPersonal_qr.Id_personal);
 }
コード例 #21
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oVigilante.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_bodega", DbType.Int32, this._oVigilante.Id_bodega);
     GenericDataAccess.AddInParameter(this.comm, "?P_nombre", DbType.String, this._oVigilante.Nombre);
 }
コード例 #22
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oEntrada_transporte_condicion.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_entrada_transporte", DbType.Int32, this._oEntrada_transporte_condicion.Id_entrada_transporte);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_transporte_condicion", DbType.Int32, this._oEntrada_transporte_condicion.Id_transporte_condicion);
     GenericDataAccess.AddInParameter(this.comm, "?P_si_no", DbType.Boolean, this._oEntrada_transporte_condicion.Si_no);
 }
コード例 #23
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oSalida_orden_carga_tc.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_salida_orden_carga", DbType.Int32, this._oSalida_orden_carga_tc.Id_salida_orden_carga);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_transporte_condicion", DbType.Int32, this._oSalida_orden_carga_tc.Id_transporte_condicion);
     GenericDataAccess.AddInParameter(this.comm, "?P_si_no", DbType.Boolean, this._oSalida_orden_carga_tc.Si_no);
 }
コード例 #24
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oCliente_documento.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_cliente", DbType.Int32, this._oCliente_documento.Id_cliente);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_documento", DbType.Int32, this._oCliente_documento.Id_documento);
     GenericDataAccess.AddInParameter(this.comm, "?P_es_principal", DbType.Boolean, this._oCliente_documento.Es_principal);
 }
コード例 #25
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oPersonal_archivos.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_personal", DbType.Int32, this._oPersonal_archivos.Id_personal);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_archivo_tipo", DbType.Int32, this._oPersonal_archivos.Id_archivo_tipo);
     GenericDataAccess.AddInParameter(this.comm, "?P_ruta", DbType.String, this._oPersonal_archivos.Ruta);
 }
コード例 #26
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oVendor.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_codigo", DbType.String, this._oVendor.Codigo);
     GenericDataAccess.AddInParameter(this.comm, "?P_nombre", DbType.String, this._oVendor.Nombre);
     GenericDataAccess.AddInParameter(this.comm, "?P_direccion", DbType.String, this._oVendor.Direccion);
 }
コード例 #27
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oAsn_transporte_sellos.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_asn", DbType.Int32, this._oAsn_transporte_sellos.Id_asn);
     GenericDataAccess.AddInParameter(this.comm, "?P_contenedor", DbType.String, this._oAsn_transporte_sellos.Contenedor);
     GenericDataAccess.AddInParameter(this.comm, "?P_sello", DbType.String, this._oAsn_transporte_sellos.Sello);
 }
コード例 #28
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oEntrada_documento.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_entrada", DbType.Int32, this._oEntrada_documento.Id_entrada);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_documento", DbType.Int32, this._oEntrada_documento.Id_documento);
     GenericDataAccess.AddInParameter(this.comm, "?P_referencia", DbType.String, this._oEntrada_documento.Referencia);
 }
コード例 #29
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oUsuario_cancelacion.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_usuario", DbType.Int32, this._oUsuario_cancelacion.Id_usuario);
     GenericDataAccess.AddInParameter(this.comm, "?P_folio_operacion", DbType.String, this._oUsuario_cancelacion.Folio_operacion);
     GenericDataAccess.AddInParameter(this.comm, "?P_motivo_cancelacion", DbType.String, this._oUsuario_cancelacion.Motivo_cancelacion);
 }
コード例 #30
0
 protected override void addParameters(int opcion)
 {
     GenericDataAccess.AddInParameter(this.comm, "?P_opcion", DbType.Int32, opcion);
     GenericDataAccess.AddInOutParameter(this.comm, "?P_id", DbType.Int32, this._oEntrada_inventario_detail.Id);
     GenericDataAccess.AddInParameter(this.comm, "?P_id_entrada_inventario", DbType.Int32, this._oEntrada_inventario_detail.Id_entrada_inventario);
     GenericDataAccess.AddInParameter(this.comm, "?P_bultos", DbType.Int32, this._oEntrada_inventario_detail.Bultos);
     GenericDataAccess.AddInParameter(this.comm, "?P_piezasxbulto", DbType.Int32, this._oEntrada_inventario_detail.Piezasxbulto);
 }