Exemplo n.º 1
0
        public List <E_ULD> Lista()
        {
            D_ULD udl1 = new D_ULD();

            if (udl1.Lista() != null)
            {
                return(udl1.Lista());
            }
            else
            {
                Mensaje = udl1.Mensaje;
                return(null);
            }
        }