コード例 #1
0
 public TicketsController(AirportService.Services.TicketService service)
 {
     this.airport = service;
 }