Exemplo n.º 1
0
        public bool Agregar(E_ULD udl1)
        {
            D_ULD udl2 = new D_ULD();

            if (udl2.Agregar(udl1))
            {
                return(true);
            }
            else
            {
                Mensaje = udl2.Mensaje;
                return(false);
            }
        }