예제 #1
0
 public FlightDto FindFlight(FlightDto flightDto)
 {
     return(FlightMapper.toDto(FlightRepository.GetFlightByID(flightDto.FlightId)));
 }