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