コード例 #1
0
 public Flight Get(int id)
 {
     return(flightsManager.fetchFlightById(id));
 }