Esempio n. 1
0
        public IEnumerable <voiture> GetAgenceLocation()
        {
            location_dbEntitie entities = new location_dbEntitie();

            return(entities.voitures);
        }
Esempio n. 2
0
        // GET api/<controller>
        public IEnumerable <station_taxi> GetStationTaxi()
        {
            location_dbEntitie entities = new location_dbEntitie();

            return(entities.station_taxi);
        }