Ejemplo n.º 1
0
        public void GetTaxDocument()
        {
            var             LDocIndex = FClientFile.GetCurrentDocIndex();
            IAppTaxDocument LDoc;

            Assert.IsTrue(FClientFile.GetTaxDocument(LDocIndex, out LDoc));
            Assert.IsNotNull(LDoc);
            LDoc.GetCurrentReturnId();
        }