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