Ejemplo n.º 1
0
        public override bool Guardar(PROT.NegocioGeneral.BaseNegocio t)
        {
            if (Grupo == 0)
            {
                Establecer(t);
            }
            else
            {
                Establecer();
            }

            base.Guardar(t);

            if (Visible)
            {
                t.Metodo(Page, "ActualizarPreciosVersionPrincipal");
            }

            return(true);
        }