For example, it's a ticket booking system.
So we have our User class and Ticket class, now for methods such as createTicket(), cancelTicket() - should we include them in the Ticket Class in class diagram (not real coding), or do we include a TicketService in our class diagram.
Which is the correct approach. I am completely fussed up between the two approaches.