Beispiel #1
0
        public async Task <IQueryable <FilmingLocation> > Get()
        {
            var locations = await filmingLocationService.Find();

            return(locations.AsQueryable());
        }