コード例 #1
0
 public Task AcceptReservation(long id)
 {
     return(_flightService.AcceptReservationAsync(id));
 }