6364656667686970717273
public MessageInf execute() throws BasicException { try { if (externalsales == null) { externalsales = new ExternalSalesHelper(dlsystem); } // Obtenemos los tickets List<TicketInfo> ticketlist = dlintegration.getTickets(); for (TicketInfo ticket : ticketlist) {
6970717273747576777879
public MessageInf execute() throws BasicException { try { if (externalsales == null) { externalsales = new ExternalSalesHelper(dlsystem); } Product[] products = externalsales.getProductsCatalog(); Customer[] customers = externalsales.getCustomers();