Esempio n. 1
0
        private PlaneDetailDao[] GetAllAvailablePlanes()
        {
            var flightServiceClient = new FlightServiceClient();

            return(flightServiceClient.RetrieveAllPlaneInformation());
        }