Interface TicketMapper
-
- All Known Implementing Classes:
InMemoryTicketMapper
public interface TicketMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ticket
getTicket(String ticketId)
void
updateTicket(Ticket ticket)
-