Exemplo n.º 1
0
        public void ProcessAddress(SocietieEntitie societie, string nameFolderSocietie)
        {
            logger.LogInformation(this.messageManagement.GetMessage(MessageType.InicioProcessGeneradFile, new object[] { nameFileXml, nameFolderSocietie }));
            var addres = this.GetAddress(societie.Cod);

            this.GenerateFileXml(addres, nameFolderSocietie);
        }
Exemplo n.º 2
0
        public void ProcessPartidasOpen(SocietieEntitie societie, string nameFolderSocietie)
        {
            logger.LogInformation(this.messageManagement.GetMessage(MessageType.InicioProcessGeneradFile, new object[] { nameFileXml, nameFolderSocietie }));
            var partidasOpen = this.GetPartidasOpen(societie.Cod);

            this.GenerateFileXml(partidasOpen, nameFolderSocietie);
        }