Add get mobile related tickets service
Introducing a new service (getMobileRelatedTicketsService
) to fetch tickets associated with the given ticket number.
Also add a BaseGetTicketByNumber
class to use as base in some classes that need this logic and avoid duplicate it.
Edited by Daniel Palomar