Exemplo n.º 1
0
        // GETALL

        internal IEnumerable <Flight> getAll()
        {
            return(_repo.getAll());
        }