Ejemplo n.º 1
0
 protected void btnGuardar_Click(object sender, EventArgs e)
 {
     ControladorGeneral.InsertarActualizarDatosEmpresa(Convert.ToInt32(Session["codigoDatosEmpresa"]), txtRazonSocial.Value, txtProvincia.Value, txtCiudad.Value, txtDireccion.Value, txtTelefono.Value,
                                                       txtFax.Value, txtMail.Value, txtNroDocumento.Value, txtPersonaContacto.Value, txtNroCuentaBancaria.Value, txtBanco.Value, txtCBU.Value, txtObservacion.Value, 80,
                                                       txtCai.Value, DateTime.Parse(txtFechaVencimientoCai.Value.ToString())); //agregar tipo documento
 }