예제 #1
0
 public Ticket(TicketType ticketType) {
   this.type = ticketType.name();
 }
예제 #2
0
 public Ticket(TicketType ticketType) {
   super();
   this.type = ticketType.name();
 }