示例#1
0
        public void AddFlight(Requestor req, Flight fl)
        {
            ICommand command = new RouteCreator(route);

            command.AddFlight(req, fl);

            commands.Add(command);
            current++;
        }